incubator-nuttx/sched/pthread
Jussi Kivilinna 13d9383679 Group binding needs to be cleared before sched_releasetcb(), as otherwise group_leave() will be called and group->tg_nmembers decremented or group being released. group_leave() should be called only after group_join() is called, not after group_bind(). From Jussi Kivilinna. 2015-07-01 06:24:34 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
pthread.h
pthread_barrierdestroy.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_barrierinit.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_barrierwait.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_cancel.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_completejoin.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_condbroadcast.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_conddestroy.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_condinit.c A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
pthread_condsignal.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_condtimedwait.c sched/pthread: Use -1 instead of 0 as PID for unclaimed mutexes 2015-06-16 08:27:38 -06:00
pthread_condwait.c sched/pthread: Use -1 instead of 0 as PID for unclaimed mutexes 2015-06-16 08:27:38 -06:00
pthread_create.c Group binding needs to be cleared before sched_releasetcb(), as otherwise group_leave() will be called and group->tg_nmembers decremented or group being released. group_leave() should be called only after group_join() is called, not after group_bind(). From Jussi Kivilinna. 2015-07-01 06:24:34 -06:00
pthread_detach.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_exit.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_findjoininfo.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_getschedparam.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_getspecific.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_initialize.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_join.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread_keycreate.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_keydelete.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_kill.c If HAVE_GROUP_MEMBERS is not defined, then pthread_kill() really is the same as kill() 2015-05-13 20:34:21 -06:00
pthread_mutexdestroy.c sched/pthread: Use -1 instead of 0 as PID for unclaimed mutexes 2015-06-16 08:27:38 -06:00
pthread_mutexinit.c sched/pthread: Use -1 instead of 0 as PID for unclaimed mutexes 2015-06-16 08:27:38 -06:00
pthread_mutexlock.c sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes 2015-06-16 08:32:20 -06:00
pthread_mutextrylock.c sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes 2015-06-16 08:32:20 -06:00
pthread_mutexunlock.c sched/pthread: Use -1 instead of 0 as PID for unclaimed mutexes 2015-06-16 08:27:38 -06:00
pthread_once.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
pthread_release.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_setcancelstate.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_setschedparam.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_setschedprio.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_setspecific.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread_sigmask.c Complete implementation of the IPv6 routing logic. From Max Neklyudov. 2015-05-13 07:22:02 -06:00
pthread_yield.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00