[libc-commits] [PATCH] D147985: [LIBC] Implement `sched_yield()`
Noah Goldstein via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Apr 11 17:47:47 PDT 2023
goldstein.w.n marked an inline comment as done.
goldstein.w.n added inline comments.
================
Comment at: libc/spec/gnu_ext.td:52
>,
+ FunctionSpec<
+ "sched_yield",
----------------
@michaelrj are you sure this is the right place for `sched_yield`. Seems to be part of POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html
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