NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_sys_sched_yield
lib/libc/thread-stub/thread-stub.c
427
int _sys_sched_yield(void);
lib/libc/thread-stub/thread-stub.c
432
return _sys_sched_yield();
lib/libpthread/pthread_compat.c
58
int _sys_sched_yield(void);
lib/libpthread/pthread_misc.c
179
return _sys_sched_yield();
lib/libpthread/pthread_misc.c
57
int _sys_sched_yield(void);