nuttx/sched/pthread
2017-05-11 13:35:56 -06:00
..
Make.defs pthreads: Add a configuration option to disable robust mutexes and revert to the traditional unsafe mutexes. 2017-03-26 17:37:28 -06:00
pthread_barrierdestroy.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
pthread_barrierinit.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
pthread_barrierwait.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
pthread_cancel.c Upate some comments 2017-05-11 13:15:31 -06:00
pthread_cleanup.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
pthread_completejoin.c pthread: Fix return value of pthread_give/takesemaphore(). Add option to pthread_takesemaphore to ignore EINTR or not. 2017-03-26 11:22:17 -06:00
pthread_condbroadcast.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_conddestroy.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_condinit.c Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol. 2016-11-05 11:06:52 -06:00
pthread_condsignal.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_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 Add logic to disable cancellation points within the OS. This is useful when an internal OS function that is NOT a cancellation point calls an OS function which is a cancellation point. In that case, irrecoverable states may occur if the cancellation is within the OS. 2017-04-11 11:03:25 -06:00
pthread_create.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_detach.c pthread: Fix return value of pthread_give/takesemaphore(). Add option to pthread_takesemaphore to ignore EINTR or not. 2017-03-26 11:22:17 -06:00
pthread_exit.c pthreads: Backed most of last pthread changes. Found the 'real' root poblem. A one like error in pthread_mutex.c. 2017-04-10 09:51:03 -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: Fix return value of pthread_give/takesemaphore(). Add option to pthread_takesemaphore to ignore EINTR or not. 2017-03-26 11:22:17 -06:00
pthread_join.c pthread: Fix return value of pthread_give/takesemaphore(). Add option to pthread_takesemaphore to ignore EINTR or not. 2017-03-26 11:22:17 -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 Add sig_raise() 2016-07-04 09:32:36 -06:00
pthread_mutex.c Add logic to disable cancellation points within the OS. This is useful when an internal OS function that is NOT a cancellation point calls an OS function which is a cancellation point. In that case, irrecoverable states may occur if the cancellation is within the OS. 2017-04-11 11:03:25 -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 Forget to add some files in previous commits 2017-03-26 15:46:19 -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 Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES 2017-03-27 09:08:14 -06:00
pthread_mutextrylock.c Fix an assertion noted by Jussi Kivilinna. 2017-03-29 07:50:40 -06:00
pthread_mutexunlock.c Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES 2017-03-27 09:08:14 -06:00
pthread_once.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -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
pthread_yield.c Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
pthread.h pthread: Fix compilation error on pthread_cond_wait when CONFIG_CANCELLATION_POINTS and CONFIG_PTHREAD_MUTEX_UNSAFE are enabled. 2017-05-02 07:14:04 -06:00