nuttx/sched/pthread
2017-08-14 17:19:27 -06:00
..
Make.defs pthreads: Move pthread_barrier_init, pthread_barrier_destroy, and pthread_barrier_wait from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS. 2017-06-14 07:59:54 -06:00
pthread_cancel.c Upate some comments 2017-05-11 13:15:31 -06:00
pthread_cleanup.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_completejoin.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_condbroadcast.c pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00
pthread_condsignal.c pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00
pthread_condtimedwait.c
pthread_condwait.c pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00
pthread_create.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_detach.c pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00
pthread_exit.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_findjoininfo.c
pthread_getaffinity.c
pthread_getschedparam.c
pthread_getspecific.c
pthread_initialize.c pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00
pthread_join.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_keycreate.c
pthread_keydelete.c
pthread_kill.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_mutex.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_mutexconsistent.c
pthread_mutexdestroy.c
pthread_mutexinconsistent.c pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00
pthread_mutexinit.c
pthread_mutexlock.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_mutextrylock.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_mutexunlock.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_release.c
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_setspecific.c
pthread_sigmask.c
pthread.h pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 2017-05-29 07:05:06 -06:00