[libc-commits] [PATCH] D148069: [LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`
Noah Goldstein via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Apr 20 12:54:12 PDT 2023
This revision was automatically updated to reflect the committed changes.
goldstein.w.n marked an inline comment as done.
Closed by commit rG0432b85d8e80: [LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC` (authored by goldstein.w.n).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148069/new/
https://reviews.llvm.org/D148069
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/riscv64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-macros/linux/sched-macros.h
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/struct_sched_param.h
libc/spec/linux.td
libc/spec/posix.td
libc/src/sched/CMakeLists.txt
libc/src/sched/linux/CMakeLists.txt
libc/src/sched/linux/sched_get_priority_max.cpp
libc/src/sched/linux/sched_get_priority_min.cpp
libc/src/sched/linux/sched_getparam.cpp
libc/src/sched/linux/sched_getscheduler.cpp
libc/src/sched/linux/sched_rr_get_interval.cpp
libc/src/sched/linux/sched_setparam.cpp
libc/src/sched/linux/sched_setscheduler.cpp
libc/src/sched/sched_get_priority_max.h
libc/src/sched/sched_get_priority_min.h
libc/src/sched/sched_getparam.h
libc/src/sched/sched_getscheduler.h
libc/src/sched/sched_rr_get_interval.h
libc/src/sched/sched_setparam.h
libc/src/sched/sched_setscheduler.h
libc/test/src/sched/CMakeLists.txt
libc/test/src/sched/get_priority_test.cpp
libc/test/src/sched/param_and_scheduler_test.cpp
libc/test/src/sched/sched_rr_get_interval_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148069.515444.patch
Type: text/x-patch
Size: 44792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230420/aa2b4343/attachment-0001.bin>
More information about the libc-commits
mailing list