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-05 14:19:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
0b2fbd7a2c
nuttx
/
libc
/
pthread
History
Download ZIP
Download TAR.GZ
Gregory Nutt
c6c424583d
Fix a test for valid scheduling policies
2015-07-24 10:20:22 -06:00
..
Make.defs
pthread_attrdestroy.c
pthread_attrgetinheritsched.c
pthread_attrgetschedparam.c
include/, sched/, and libc/: Add support for sporadic scheduling parameters in struct sched_param, posix_spawnattr_t, and pthread_attr_t. Update all user interfaces to pass sporadic scheduling parameters. Feature is dependent on EXPERIMENTAL and no changes have yet been made to core scheduling logic.
2015-07-23 13:16:32 -06:00
pthread_attrgetschedpolicy.c
pthread_attrgetstacksize.c
pthread_attrinit.c
pthread_attrsetinheritsched.c
pthread_attrsetschedparam.c
Most cosmetic, but includes some fixes to some range checking
2015-07-23 14:36:49 -06:00
pthread_attrsetschedpolicy.c
Fix a test for valid scheduling policies
2015-07-24 10:20:22 -06:00
pthread_attrsetstacksize.c
pthread_barrierattrdestroy.c
pthread_barrierattrgetpshared.c
pthread_barrierattrinit.c
pthread_barrierattrsetpshared.c
pthread_condattrdestroy.c
pthread_condattrinit.c
pthread_mutexattrdestroy.c
pthread_mutexattrgetpshared.c
pthread_mutexattrgettype.c
pthread_mutexattrinit.c
pthread_mutexattrsetpshared.c
pthread_mutexattrsettype.c
pthread_startup.c