incubator-nuttx/sched/pthread
xuanlin 2c93467436 pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator. 2018-08-23 09:49:20 -06:00
..
Make.defs sched: move POSIX thread specific data from pthread TCB to common TCB structure. This change allows using pthread_getspecific/pthread_setspecific from main thread. Patch also enables using pthread data with config option CONFIG_DISABLE_PTHREAD=y. 2017-10-25 07:06:42 -06:00
pthread.h
pthread_cancel.c
pthread_cleanup.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pthread_completejoin.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_condbroadcast.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_condsignal.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_condtimedwait.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
pthread_condwait.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_create.c pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator. 2018-08-23 09:49:20 -06:00
pthread_detach.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_exit.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_findjoininfo.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_getaffinity.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_getschedparam.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_getspecific.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_initialize.c sched/pthread/pthread_initialize.c: Fix a warning found in build testing (that is actually and bug and would cause an incorrect value to be returned in many cases. 2018-08-05 16:23:07 -06:00
pthread_join.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_keycreate.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_keydelete.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_kill.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutex.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutexconsistent.c Fix various issues noted by Coverity 2018-02-06 09:13:16 -06:00
pthread_mutexdestroy.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutexinconsistent.c
pthread_mutexinit.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutexlock.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutextrylock.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutexunlock.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_release.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_setaffinity.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_setschedparam.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_setschedprio.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pthread_setspecific.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_sigmask.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00