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

Noah Goldstein via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 12 11:44:10 PDT 2023


goldstein.w.n marked an inline comment as done.
goldstein.w.n added a comment.

In D147985#4262233 <https://reviews.llvm.org/D147985#4262233>, @michaelrj wrote:

> good catch that this should be in posix, it should be good to go once you make this change, if you want to make sure that everything is working then run `ninja libc-integration-tests` as well as `check-libc`

Done, all pass. Likewise for D148069 <https://reviews.llvm.org/D148069>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147985/new/

https://reviews.llvm.org/D147985



More information about the libc-commits mailing list