[libc-commits] [PATCH] D147985: [LIBC] Implement `sched_yield()`

Noah Goldstein via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 11 13:39:47 PDT 2023


goldstein.w.n updated this revision to Diff 512567.
goldstein.w.n added a comment.
Herald added subscribers: luke, pcwang-thead, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.

Do the rest of the work


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147985.512567.patch
Type: text/x-patch
Size: 5313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230411/fc794902/attachment-0001.bin>


More information about the libc-commits mailing list