Home
last modified time | relevance | path

Searched refs:sched_yield (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_fpu.c82 ATF_REQUIRE_MSG(sched_yield() == 0, in stir()
90 ATF_REQUIRE_MSG(sched_yield() == 0, in mul3()
H A Dt_kill.c128 sched_yield(); in ATF_TC_BODY()
/freebsd/tools/regression/p1003_1b/
H A Dyield.c153 if (sched_yield() == -1) in yield()
190 if (sched_yield() == -1) in yield()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp159 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()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp301 sched_yield(); in StopTheWorld()
/freebsd/lib/libthr/thread/
H A Dthr_yield.c44 sched_yield(); in _pthread_yield()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4219 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/contrib/jemalloc/include/jemalloc/internal/
H A Dspin.h33 sched_yield(); in spin_adaptive()
/freebsd/tools/test/stress2/misc/
H A Dbio.sh144 sched_yield(); function
165 sched_yield(); function
H A Dsem.sh105 sched_yield(); function
H A Dvm_reserv_populate.sh93 return internal_syscall(SYSCALL(sched_yield));
H A Dsuj17.sh96 sched_yield(); function
H A Dlinger.sh101 sched_yield(); function
H A Dlinger2.sh99 sched_yield(); function
H A Dsuj10.sh115 sched_yield(); function
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmtime.c542 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 Dguard.cc346 sched_yield(); in __cxa_guard_acquire()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_recvmmsg.c134 sched_yield(); in ATF_TC_BODY()
H A Dt_sigqueue.c87 sched_yield(); in ATF_TC_BODY()
/freebsd/sys/sys/
H A Dsched.h270 int sched_yield(void);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h131 #define sched_yield() sched_relinquish(curthread) macro
/freebsd/lib/libc/include/
H A Dnamespace.h260 #define sched_yield _sched_yield
H A Dun-namespace.h233 #undef sched_yield
/freebsd/lib/libsys/
H A DSymbol.sys.map197 sched_yield;
/freebsd/sys/kern/
H A Dp1003_1b.c88 SYSCALL_NOT_PRESENT_GEN(sched_yield) in SYSCALL_NOT_PRESENT_GEN()

12