This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-08 10:32:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
484a1b61049ca9927979216503d4a08abf9600b3
nuttx
/
libc
/
pthread
T
History
Gregory Nutt
796969f6b6
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
2016-11-05 11:06:52 -06:00
..
Make.defs
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
2016-11-05 11:06:52 -06:00
pthread_attr_destroy.c
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
2016-11-02 09:05:18 -06:00
pthread_attr_getaffinity.c
…
pthread_attr_getinheritsched.c
…
pthread_attr_getschedparam.c
…
pthread_attr_getschedpolicy.c
…
pthread_attr_getstacksize.c
…
pthread_attr_init.c
…
pthread_attr_setaffinity.c
…
pthread_attr_setinheritsched.c
…
pthread_attr_setschedparam.c
…
pthread_attr_setschedpolicy.c
…
pthread_attr_setstacksize.c
…
pthread_barrierattr_destroy.c
…
pthread_barrierattr_getpshared.c
…
pthread_barrierattr_init.c
…
pthread_barrierattr_setpshared.c
…
pthread_condattr_destroy.c
…
pthread_condattr_init.c
…
pthread_mutexattr_destroy.c
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
2016-11-02 09:05:18 -06:00
pthread_mutexattr_getprotocol.c
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
2016-11-05 11:06:52 -06:00
pthread_mutexattr_getpshared.c
…
pthread_mutexattr_gettype.c
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
2016-11-05 11:06:52 -06:00
pthread_mutexattr_init.c
…
pthread_mutexattr_setprotocol.c
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
2016-11-05 11:06:52 -06:00
pthread_mutexattr_setpshared.c
…
pthread_mutexattr_settype.c
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
2016-11-05 11:06:52 -06:00
pthread_startup.c
…