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

12

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_yield.c47 sched_yield();
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dspin.h33 sched_yield();
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_fpu.c47 * It was changed to use pthread_create() and sched_yield() instead of
82 ATF_REQUIRE_MSG(sched_yield() == 0,
83 "sched_yield failed: %s", strerror(errno));
90 ATF_REQUIRE_MSG(sched_yield() == 0,
91 "sched_yield failed: %s", strerror(errno));
H A Dt_kill.c128 sched_yield();
/freebsd-13-stable/tools/regression/p1003_1b/
H A Dyield.c61 /* Yield: Verify that "sched_yield" works for the FIFO case.
154 if (sched_yield() == -1)
155 err(errno, "sched_yield");
191 if (sched_yield() == -1)
192 err(errno, "sched_yield");
/freebsd-13-stable/contrib/libcxxrt/
H A Dguard.cc161 sched_yield();
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c153 sched_yield();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp145 DECLARE__REAL_AND_INTERNAL(uptr, sched_yield, void) {
146 return sched_yield();
H A Dsanitizer_rtems.cpp45 return sched_yield();
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp301 sched_yield();
H A Dsanitizer_stoptheworld_linux_libcdep.cpp451 // the spin loop below. Man page for sched_yield() says "In the Linux
452 // implementation, sched_yield() always succeeds", so let's hope it does not
456 sched_yield();
/freebsd-13-stable/sys/kern/
H A Dcapabilities.conf576 sched_yield
H A Dp1003_1b.c91 SYSCALL_NOT_PRESENT_GEN(sched_yield)
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c542 while (started[STEP_RESOLVE_ADDR] != completed[STEP_RESOLVE_ADDR]) sched_yield();
560 while (started[STEP_RESOLVE_ROUTE] != completed[STEP_RESOLVE_ROUTE]) sched_yield();
593 while (started[STEP_CONNECT] != completed[STEP_CONNECT]) sched_yield();
605 while (started[STEP_DISCONNECT] != completed[STEP_DISCONNECT]) sched_yield();
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_recvmmsg.c134 sched_yield();
H A Dt_sigqueue.c87 sched_yield();
/freebsd-13-stable/sys/sys/
H A Dsched.h265 int sched_yield(void);
H A Dsyscall.mk206 sched_yield.o \
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h125 #define sched_yield() sched_relinquish(curthread) macro
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h262 #define sched_yield _sched_yield
H A Dun-namespace.h235 #undef sched_yield
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dthread.c261 sched_yield();
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Darmv4cpuid.S34 .Lspin: bl sched_yield
/freebsd-13-stable/crypto/openssl/crypto/
H A Darmv4cpuid.pl53 .Lspin: bl sched_yield
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h254 #define __itt_thread_yield() sched_yield()

Completed in 236 milliseconds

12