nuttx/sched/pthread
Gregory Nutt f92dba212d sched/sched/sched.h: Make naming of all internal names consistent:
1. Add internal scheduler functions should begin with nxsched_, not sched_
2. Follow the consistent naming patter of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions
2020-05-09 16:58:42 -03:00
..
Make.defs Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
pthread_cancel.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
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 global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
pthread_condbroadcast.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
pthread_condsignal.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
pthread_condtimedwait.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_condwait.c sched/pthread_cond[timed]wait.c: return special mutex state. 2020-04-06 00:13:05 +01:00
pthread_create.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
pthread_detach.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pthread_exit.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_findjoininfo.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
pthread_getaffinity.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
pthread_getschedparam.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
pthread_initialize.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
pthread_join.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_kill.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
pthread_mutex.c Fix some macOS sim warnings. 2020-04-11 22:27:42 +01:00
pthread_mutexconsistent.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_mutexdestroy.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_mutexinconsistent.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pthread_mutexinit.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread_mutextimedlock.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
pthread_mutextrylock.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_mutexunlock.c tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules. 2019-06-30 10:35:10 -06:00
pthread_release.c global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
pthread_setaffinity.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_setschedparam.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_setschedprio.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
pthread_sigmask.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
pthread.h included/pthreads, sched/pthreads, and Documetions: Updates after review of last PR. 2019-02-24 14:40:11 -06:00