[libc-commits] [PATCH] D147985: [LIBC] Implement `sched_yield()`
Noah Goldstein via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Apr 12 17:05:13 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG203aff2df368: [LIBC] Implement `sched_yield()` (authored by goldstein.w.n).
Changed prior to commit:
https://reviews.llvm.org/D147985?vs=512921&id=513018#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147985/new/
https://reviews.llvm.org/D147985
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/riscv64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/gnu_ext.td
libc/spec/posix.td
libc/src/sched/CMakeLists.txt
libc/src/sched/linux/CMakeLists.txt
libc/src/sched/linux/sched_yield.cpp
libc/src/sched/sched_yield.h
libc/test/src/sched/CMakeLists.txt
libc/test/src/sched/yield_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147985.513018.patch
Type: text/x-patch
Size: 6430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230413/739b8271/attachment.bin>
More information about the libc-commits
mailing list