This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://git.musl-libc.org/git/musl
synced
2025-02-24 22:24:39 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
musl
/
src
/
sched
History
Rich Felker
7406fdf5a1
add pthread_setaffinity_np and pthread_getaffinity_np functions
2013-08-10 21:41:05 -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
…