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-04-20 14:53:41 -05:00
2023-03-20 16:36:21 -07:00
2023-03-07 18:08:52 +00:00
2022-12-20 19:04:13 +00:00
2023-03-07 18:08:52 +00:00
2022-12-20 19:14:27 +00:00
2022-10-04 15:22:55 -07:00
2022-09-30 07:31:50 +00:00
2022-11-02 07:17:33 +00:00
2022-11-02 07:17:33 +00:00
2022-10-12 13:19:50 -07:00
2022-10-10 15:20:46 -07:00
2022-10-10 11:00:35 -07:00
2022-10-22 03:17:48 +00:00
2023-02-23 07:11:20 +00:00
2022-10-12 13:19:50 -07:00
2022-10-04 19:12:08 +00:00
2022-10-18 20:53:00 +00:00
2022-09-29 10:23:21 -07:00
2023-03-20 16:36:21 -07:00