nuttx/sched/pthread
2017-03-26 18:37:24 -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
pthread_barrierinit.c
pthread_barrierwait.c
pthread_cancel.c 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_cleanup.c Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types. 2016-12-09 07:23:00 -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
pthread_conddestroy.c
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
pthread_condtimedwait.c Minor cleanup from recent changes. 2017-03-26 14:04:07 -06:00
pthread_condwait.c Minor cleanup from recent changes. 2017-03-26 14:04:07 -06:00
pthread_create.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_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: Add a configuration option to disable robust mutexes and revert to the traditional unsafe mutexes. 2017-03-26 17:37:28 -06:00
pthread_findjoininfo.c
pthread_getaffinity.c
pthread_getschedparam.c
pthread_getspecific.c
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
pthread_keydelete.c
pthread_kill.c
pthread_mutex.c Forget to add some files in previous commits 2017-03-26 15:46:19 -06:00
pthread_mutexconsistent.c pthreads: pthread_mutex_consistent() needs to clear flags. 2017-03-26 14:44:57 -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 pthread mutexes: Add option to support both unsafe and robust mutexes via pthread_mutexattr_get/setrobust(). 2017-03-26 18:37:24 -06:00
pthread_mutexlock.c 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_mutextrylock.c 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_mutexunlock.c 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_once.c
pthread_release.c
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_setspecific.c
pthread_sigmask.c
pthread_yield.c
pthread.h pthreads: Add a configuration option to disable robust mutexes and revert to the traditional unsafe mutexes. 2017-03-26 17:37:28 -06:00