Searched refs:sched_yield (Results 26 - 50 of 102) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dclone3.c22 if (sched_yield ())
H A Drtsigprocmask1.c22 sched_yield ();
H A Dsig12.c20 sched_yield ();
H A Dsig9.c19 sched_yield ();
H A Dthread3.c5 To test sched_yield in the presencs of threads. Core from ex1.c. */
19 if (sched_yield () != 0)
H A Dclone4.c21 if (sched_yield ())
/netbsd-current/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();
/netbsd-current/tests/lib/libc/sys/
H A Dt_sendmmsg.c134 sched_yield();
160 sched_yield();
161 sched_yield();
162 sched_yield();
170 sched_yield();
171 sched_yield();
172 sched_yield();
H A Dt_sendrecv.c99 sched_yield();
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dclone4.c21 if (sched_yield ())
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dcompatibility.h126 sched_yield();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dcompatibility.h126 sched_yield();
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dthread.c117 sched_yield();
/netbsd-current/lib/librt/
H A DMakefile44 MLINKS+= sched.3 sched_yield.3
/netbsd-current/lib/libpthread/
H A Dthrd.c173 sched_yield();
H A Dpthread_lock.c163 sched_yield();
H A Dpthread_cond.c151 sched_yield();
246 sched_yield();
294 sched_yield();
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
H A Dthread.c125 sched_yield();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_solaris.cpp159 DECLARE__REAL_AND_INTERNAL(uptr, sched_yield, void) {
160 return sched_yield();
223 sched_yield();
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dguard.cc161 sched_yield();
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-rtems.h99 return sched_yield ();
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-rtems.h99 return sched_yield ();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_solaris.cc145 DECLARE__REAL_AND_INTERNAL(uptr, sched_yield, void) {
146 return sched_yield();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_solaris.cc145 DECLARE__REAL_AND_INTERNAL(uptr, sched_yield, void) {
146 return sched_yield();

Completed in 213 milliseconds

12345