Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sched_yield
headers/posix/sched.h
24
extern int sched_yield(void);
src/system/libroot/posix/glibc/include/bits/libc-lock.h
27
#define __sched_yield sched_yield
src/system/libroot/posix/libstdthreads/thrd.c
128
sched_yield();
src/system/libroot/posix/pthread/pthread_barrier.cpp
119
sched_yield();
src/tests/system/libroot/posix/pthread_signal_test.cpp
140
sched_yield();