This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-31 14:13:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
c760d00158
nuttx
/
libc
/
pthread
History
Download ZIP
Download TAR.GZ
Gregory Nutt
769427ed5a
pthreads: Fix pthread_mutexattr_init(). It was not initializing the protocol field when priority inheritance is enabled.
2017-03-10 09:24:41 -06:00
..
Make.defs
cunistd: Fix stray single back quote the crept in in last commit.
2017-02-16 11:22:02 -06:00
pthread_attr_destroy.c
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
pthreads: Fix pthread_mutexattr_init(). It was not initializing the protocol field when priority inheritance is enabled.
2017-03-10 09:24:41 -06:00
pthread_mutexattr_destroy.c
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
pthreads: Fix pthread_mutexattr_init(). It was not initializing the protocol field when priority inheritance is enabled.
2017-03-10 09:24:41 -06:00
pthread_mutexattr_setprotocol.c
Update user manual
2016-12-11 13:40:26 -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_setcancelstate.c
Forget to add files before last commits
2016-12-10 16:12:35 -06:00
pthread_setcanceltype.c
Add task_setcanceltype()
2016-12-10 16:06:14 -06:00
pthread_startup.c
pthread_testcancel.c
Add task_testcancel()
2016-12-10 16:34:14 -06:00