Noah Goldstein
0432b85d8e
[LIBC] Implement remainder of posix 'sched.h' minus SCHED_SPORADIC
Includes macros:
linux/SCHED_OTHER // posix req
linux/SCHED_FIFO // posix req
linux/SCHED_RR // posix req
linux/SCHED_BATCH
linux/SCHED_ISO
linux/SCHED_IDLE
linux/SCHED_DEADLINE
Includes types:
struct sched_param { int sched_priority; }
Includes functions:
sched_setparam
sched_getparam
sched_setscheduler
sched_getscheduler
sched_get_priority_max
sched_get_priority_min
sched_rr_get_interval
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D148069
2023-04-20 14:53:41 -05:00
..
2023-02-23 07:11:20 +00:00
2022-09-21 18:35:02 +00:00
2023-04-20 14:53:41 -05:00
2023-03-08 17:31:58 -03:00
2022-10-10 15:20:46 -07:00
2022-09-23 09:36:34 -07:00
2022-10-10 11:00:35 -07:00
2022-09-16 20:50:28 +00:00
2023-02-23 07:11:20 +00:00
2022-10-12 13:19:50 -07:00
2022-11-02 07:17:33 +00:00
2022-10-18 20:53:00 +00:00
2022-10-25 18:06:05 +00:00
2022-10-10 14:51:45 -07:00