This website requires JavaScript.
Explore
Help
Register
Sign In
semios
/
semi-libc
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
Files
8b0472932c1cb8cb2cc46322b21c0c4e21848522
semi-libc
/
src
/
sched
T
History
Rich Felker
adbf0258be
remove useless __yield alias for sched_yield
...
this is no longer used for anything, and reportedly clashed with a builtin on certain compilers.
2014-05-04 13:15:27 -04:00
..
affinity.c
add pthread_setaffinity_np and pthread_getaffinity_np functions
2013-08-10 21:41:05 -04:00
sched_cpucount.c
add cpu affinity interfaces
2013-08-10 21:15:11 -04:00
sched_get_priority_max.c
add support for thread scheduling (POSIX TPS option)
2012-11-11 15:38:04 -05:00
sched_getparam.c
add support for thread scheduling (POSIX TPS option)
2012-11-11 15:38:04 -05:00
sched_getscheduler.c
add support for thread scheduling (POSIX TPS option)
2012-11-11 15:38:04 -05:00
sched_rr_get_interval.c
add support for thread scheduling (POSIX TPS option)
2012-11-11 15:38:04 -05:00
sched_setparam.c
add support for thread scheduling (POSIX TPS option)
2012-11-11 15:38:04 -05:00
sched_setscheduler.c
add support for thread scheduling (POSIX TPS option)
2012-11-11 15:38:04 -05:00
sched_yield.c
remove useless __yield alias for sched_yield
2014-05-04 13:15:27 -04:00