llvm-capstone/libc/spec
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
..
bsd_ext.td Reland "[libc] Add {,r}index" 2023-04-11 04:30:50 +00:00
gnu_ext.td [LIBC] Implement sched_yield() 2023-04-12 19:04:37 -05:00
linux.td [LIBC] Implement remainder of posix 'sched.h' minus SCHED_SPORADIC 2023-04-20 14:53:41 -05:00
llvm_libc_ext.td [libc] Move b* string functions to strings.h 2023-01-09 20:16:20 +00:00
posix.td [LIBC] Implement remainder of posix 'sched.h' minus SCHED_SPORADIC 2023-04-20 14:53:41 -05:00
spec.td [libc][obvious] remove currently unused types 2023-03-20 17:22:52 -07:00
stdc.td [libc] Add implementation of getchar 2023-04-14 15:40:05 -07:00