/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_fpu.c | 82 ATF_REQUIRE_MSG(sched_yield() == 0, in stir() 90 ATF_REQUIRE_MSG(sched_yield() == 0, in mul3()
|
H A D | t_kill.c | 128 sched_yield(); in ATF_TC_BODY()
|
/freebsd/tools/regression/p1003_1b/ |
H A D | yield.c | 153 if (sched_yield() == -1) in yield() 190 if (sched_yield() == -1) in yield()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 159 DECLARE__REAL_AND_INTERNAL(uptr, sched_yield, void) { in DECLARE__REAL_AND_INTERNAL() argument 160 return sched_yield(); in DECLARE__REAL_AND_INTERNAL() 223 sched_yield(); in FutexWait()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 219 dnl sched_yield instead of pthread yield. 221 AC_CHECK_FUNCS(sched_yield pthread_yield thr_yield) 226 dnl Digital UNIX has sched_yield() in -lrt 227 AC_CHECK_LIB(rt, sched_yield, 230 [Define if you have the sched_yield function.]) 237 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()]) 315 [define if sched_yield yields the entire process]) 389 sched_yield(); 563 AC_CHECK_FUNCS(sched_yield pthread_yield)
|
/freebsd/lib/libthr/thread/ |
H A D | thr_yield.c | 44 sched_yield(); in _pthread_yield()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | spin.h | 33 sched_yield(); in spin_adaptive()
|
/freebsd/tools/test/stress2/misc/ |
H A D | bio.sh | 144 sched_yield(); function 165 sched_yield(); function
|
H A D | sem.sh | 105 sched_yield(); function
|
H A D | vm_reserv_populate.sh | 93 return internal_syscall(SYSCALL(sched_yield));
|
H A D | suj17.sh | 96 sched_yield(); function
|
H A D | linger.sh | 101 sched_yield(); function
|
H A D | linger2.sh | 99 sched_yield(); function
|
H A D | suj10.sh | 115 sched_yield(); function
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | cmtime.c | 542 while (started[STEP_RESOLVE_ADDR] != completed[STEP_RESOLVE_ADDR]) sched_yield(); in run_client() 560 while (started[STEP_RESOLVE_ROUTE] != completed[STEP_RESOLVE_ROUTE]) sched_yield(); in run_client() 593 while (started[STEP_CONNECT] != completed[STEP_CONNECT]) sched_yield(); in run_client() 605 while (started[STEP_DISCONNECT] != completed[STEP_DISCONNECT]) sched_yield(); in run_client()
|
/freebsd/contrib/libcxxrt/ |
H A D | guard.cc | 346 sched_yield(); in __cxa_guard_acquire()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_recvmmsg.c | 134 sched_yield(); in ATF_TC_BODY()
|
H A D | t_sigqueue.c | 87 sched_yield(); in ATF_TC_BODY()
|
/freebsd/sys/sys/ |
H A D | sched.h | 271 int sched_yield(void);
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | pthread.h | 194 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_yield() { sched_yield(); } in __libcpp_thread_yield()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | sched.h | 132 #define sched_yield() sched_relinquish(curthread) 131 #define sched_yield( global() macro
|
H A D | sched.h | 132 #define sched_yield() sched_relinquish(curthread) 133 #define sched_yield( global() macro
|
H A D | sched.h | 132 #define sched_yield() sched_relinquish(curthread) 131 #define sched_yield( global() macro
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 260 #define sched_yield _sched_yield
|
H A D | un-namespace.h | 233 #undef sched_yield
|