Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 年之前
..
Make.defs 8eaa587c98 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. 7 年之前
pthread.h 9568600ab1 Squashed commit of the following: 7 年之前
pthread_cancel.c bb623d1e04 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(). 5 年之前
pthread_cleanup.c 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
pthread_completejoin.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_condbroadcast.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_condsignal.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_condtimedwait.c 8fdbb1e0a4 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 6 年之前
pthread_condwait.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_create.c a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 年之前
pthread_detach.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_exit.c bb623d1e04 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(). 5 年之前
pthread_findjoininfo.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_getaffinity.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_getschedparam.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_getspecific.c 8b21960ba3 sched/pthread: Implement pthread_key_delete(). This involves some minor changes to the group data structure. 5 年之前
pthread_initialize.c c6adc4ba8e 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. 6 年之前
pthread_join.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_keycreate.c 8b21960ba3 sched/pthread: Implement pthread_key_delete(). This involves some minor changes to the group data structure. 5 年之前
pthread_keydelete.c 24db683368 arch/arm/src/imxrt/chip/imxrt106x_pinmux.h: Add FLEXCAN3 to pinmux 5 年之前
pthread_kill.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_mutex.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_mutexconsistent.c fb50c44d08 Fix various issues noted by Coverity 6 年之前
pthread_mutexdestroy.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_mutexinconsistent.c a8708424c2 pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values. 7 年之前
pthread_mutexinit.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_mutexlock.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_mutextrylock.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_mutexunlock.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_release.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_setaffinity.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_setschedparam.c b54ffe858a Standardization of some function headers. 6 年之前
pthread_setschedprio.c 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
pthread_setspecific.c 8b21960ba3 sched/pthread: Implement pthread_key_delete(). This involves some minor changes to the group data structure. 5 年之前
pthread_sigmask.c b54ffe858a Standardization of some function headers. 6 年之前