nuttx/sched/pthread
2017-10-08 08:13:47 -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
pthread_cleanup.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
pthread_completejoin.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
pthread_condbroadcast.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
pthread_condsignal.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
pthread_condtimedwait.c Squashed commit of the following: 2017-10-07 10:57:09 -06:00
pthread_condwait.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
pthread_create.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
pthread_detach.c
pthread_exit.c Squashed commit of the following: 2017-10-07 12:16:10 -06:00
pthread_findjoininfo.c
pthread_getaffinity.c
pthread_getschedparam.c
pthread_getspecific.c
pthread_initialize.c sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead. 2017-10-05 07:59: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 Eliminate a warning introduced with last commit. 2017-10-07 08:51:31 -06:00
pthread_mutex.c sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead. 2017-10-05 07:59:06 -06:00
pthread_mutexconsistent.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
pthread_mutexdestroy.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
pthread_mutexinconsistent.c
pthread_mutexinit.c Squashed commit of the following: 2017-10-03 15:35:24 -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 Squashed commit of the following: 2017-10-03 15:35:24 -06:00
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_setspecific.c
pthread_sigmask.c Fix some build problems after recent separation of internal OS from application interfaces. The build problem only occurs in the PROTECTED and KERNEL builds where separate libraries are built for the applications and for use within the OS. In these cases, the correct interfaces must be used. This commit fixes a few of these, so I can get through build testing, but there are many more that need fixin'. 2017-10-08 08:13:47 -06:00
pthread.h Squashed commit of the following: 2017-10-04 15:22:27 -06:00