Noah Goldstein 203aff2df3 [LIBC] Implement sched_yield()
Implements: https://linux.die.net/man/2/sched_yield

Possibly we don't need the return value check / errno as according to
both the manpage (and current linux source) `sched_yield` cannot fail.

Reviewed By: sivachandra, michaelrj

Differential Revision: https://reviews.llvm.org/D147985
2023-04-12 19:04:37 -05:00
..
2023-04-11 04:30:50 +00:00
2023-04-12 19:04:37 -05:00
2023-02-23 07:11:20 +00:00
2023-04-12 19:04:37 -05:00