[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 13 11:09:00 PDT 2023


goldstein.w.n updated this revision to Diff 513312.
goldstein.w.n marked an inline comment as done.
goldstein.w.n added a comment.

Fix nits


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-macros/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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148069.513312.patch
Type: text/x-patch
Size: 42533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230413/d23dee49/attachment-0001.bin>


More information about the libc-commits mailing list