musl/src/sched
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