Searched refs:sched_yield (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/sched/
H A Dsched_yield.c5 int sched_yield() { function
/fuchsia/zircon/system/utest/core/c11-condvar/
H A Dcondvar.c49 sched_yield();
63 sched_yield();
78 sched_yield();
/fuchsia/zircon/system/utest/ctor/dso-ctor/
H A Ddso-ctor.cpp20 sched_yield();
/fuchsia/zircon/kernel/include/kernel/
H A Dsched.h22 void sched_yield(void) TA_REQ(thread_lock);
/fuchsia/zircon/system/utest/ctor/
H A Dctor.cpp22 sched_yield();
/fuchsia/zircon/system/utest/race-tests/
H A Drace-tests.cpp16 // sched_yield()/thread_yield() calls, or changing the scheduler to
67 sched_yield();
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsched.h34 int sched_yield(void);
/fuchsia/zircon/system/utest/core/futex/
H A Dfutex.cpp92 sched_yield();
127 sched_yield();
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp135 sched_yield();
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c125 (errno == ENOBUFS && sched_yield() == 0)));
/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp399 void sched_yield() { function
405 LOCAL_KTRACE0("sched_yield");
H A Dthread.cpp753 sched_yield();
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk595 $(LOCAL_DIR)/src/sched/sched_yield.c \

Completed in 172 milliseconds