nuttx/sched/pthread
2019-02-25 18:19:13 -06:00
..
Make.defs libs/libc/pthread, syscall/, and include/sys/syscall.h: Support for pthread_mutex_timedlock() was added recently, however no new system call was added for the API make is usable only in the FLAT build. With a pthread_mutex_timedlock() system call, there is no reason for a pthread_mutex_lock() system call since it is now nothing more than an wrapper around pthread_mutex_timedlock(), passing NULL for the time value. The pthread_mutex_lock() syscall was removed and the pthread_mutex_lock() implemented was moved from /sched/pthread to where it now belows in libs/libc/pthread. 2019-02-25 18:19:13 -06:00
pthread_cancel.c This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
pthread_cleanup.c
pthread_completejoin.c Merged in leif_jakob/nuttx/pthread_mutex_timedlock (pull request #830) 2019-02-24 20:04:24 +00:00
pthread_condbroadcast.c
pthread_condsignal.c
pthread_condtimedwait.c Merged in leif_jakob/nuttx/pthread_mutex_timedlock (pull request #830) 2019-02-24 20:04:24 +00:00
pthread_condwait.c Merged in leif_jakob/nuttx/pthread_mutex_timedlock (pull request #830) 2019-02-24 20:04:24 +00:00
pthread_create.c Merged in leif_jakob/nuttx/pthread_mutex_timedlock (pull request #830) 2019-02-24 20:04:24 +00:00
pthread_detach.c Merged in leif_jakob/nuttx/pthread_mutex_timedlock (pull request #830) 2019-02-24 20:04:24 +00:00
pthread_exit.c This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
pthread_findjoininfo.c
pthread_getaffinity.c
pthread_getschedparam.c
pthread_getspecific.c sched/pthread: Implement pthread_key_delete(). This involves some minor changes to the group data structure. 2018-12-28 14:21:19 -06:00
pthread_initialize.c included/pthreads, sched/pthreads, and Documetions: Updates after review of last PR. 2019-02-24 14:40:11 -06:00
pthread_join.c Merged in leif_jakob/nuttx/pthread_mutex_timedlock (pull request #830) 2019-02-24 20:04:24 +00:00
pthread_keycreate.c sched/pthread: Implement pthread_key_delete(). This involves some minor changes to the group data structure. 2018-12-28 14:21:19 -06:00
pthread_keydelete.c arch/arm/src/imxrt/chip/imxrt106x_pinmux.h: Add FLEXCAN3 to pinmux 2018-12-28 15:08:20 -06:00
pthread_kill.c
pthread_mutex.c included/pthreads, sched/pthreads, and Documetions: Updates after review of last PR. 2019-02-24 14:40:11 -06:00
pthread_mutexconsistent.c
pthread_mutexdestroy.c
pthread_mutexinconsistent.c
pthread_mutexinit.c
pthread_mutextimedlock.c libs/libc/pthread, syscall/, and include/sys/syscall.h: Support for pthread_mutex_timedlock() was added recently, however no new system call was added for the API make is usable only in the FLAT build. With a pthread_mutex_timedlock() system call, there is no reason for a pthread_mutex_lock() system call since it is now nothing more than an wrapper around pthread_mutex_timedlock(), passing NULL for the time value. The pthread_mutex_lock() syscall was removed and the pthread_mutex_lock() implemented was moved from /sched/pthread to where it now belows in libs/libc/pthread. 2019-02-25 18:19:13 -06:00
pthread_mutextrylock.c
pthread_mutexunlock.c
pthread_release.c
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_setspecific.c sched/pthread: Implement pthread_key_delete(). This involves some minor changes to the group data structure. 2018-12-28 14:21:19 -06:00
pthread_sigmask.c
pthread.h included/pthreads, sched/pthreads, and Documetions: Updates after review of last PR. 2019-02-24 14:40:11 -06:00