incubator-nuttx/sched/pthread
Arjun Hary b274a97840 Miscellaneous fixes from astyle tool. 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.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
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 clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t 2017-04-21 08:51:31 -06:00
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 sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
pthread_getaffinity.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
pthread_getschedparam.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
pthread_getspecific.c Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
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 Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
pthread_keydelete.c Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
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: Minor logic fix in pthread_mutex_consistent. Updat some comments. 2017-04-10 10:10:41 -06:00
pthread_mutexdestroy.c pthreads: Add more robustness characteristics: pthread_mutex_lock() and trylock() will now return EOWNERDEAD if the mutex is locked by a thread that no longer exists. Add pthread_mutex_consistent() to recover from this situation. 2017-03-26 10:35:23 -06:00
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 Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES 2017-03-27 09:08:14 -06:00
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 Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
pthread_setaffinity.c sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 16:42:42 -06:00
pthread_setschedparam.c sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 16:42:42 -06:00
pthread_setschedprio.c Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
pthread_setspecific.c Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
pthread_sigmask.c Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00