Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 25 of 159) sorted by relevance

1234567

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp45 std::this_thread::yield(); in IncrementerThread()
57 std::this_thread::yield(); in Callback()
109 std::this_thread::yield(); in AdvancedIncrementerThread()
123 std::this_thread::yield(); in AdvancedCallback()
141 while (argument.thread_index < kStopWorldAfter) std::this_thread::yield(); in TEST()
147 while (argument.thread_index < kThreadCount) std::this_thread::yield(); in TEST()
/openbsd-src/gnu/usr.bin/perl/lib/
H A DThread.t15 use Thread qw(:DEFAULT async yield);
51 yield();
82 yield();
89 yield();
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dcond.t56 threads->yield;
73 threads->yield;
85 threads->yield;
88 threads->yield;
96 threads->yield;
99 threads->yield;
101 threads->yield;
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dkill.t90 threads->yield();
95 threads->yield();
146 threads->yield();
153 threads->yield();
159 threads->yield();
H A Dthread.t67 threads->yield; # help out non-preemptive thread implementations
102 threads->yield();
135 # test that 'yield' is importable
139 use threads 'yield';
140 yield;
H A Dstate.t101 threads->yield();
235 threads->yield();
247 threads->yield();
H A Djoin.t186 threads->yield();
214 threads->yield();
H A Derr.t36 threads->yield();
H A Dfree2.t79 threads->yield();
101 threads->yield();
H A Dlist.t55 threads->yield; # help out non-preemptive thread implementations
H A Dkill2.t100 threads->yield();
H A Dblocks.t112 threads->yield();
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dsched.h38 #define cond_resched() sched_pause(yield)
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D09_ended.t55 threads->yield();
98 threads->yield();
H A D07_lock.t39 threads::yield();
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/
H A D05_force.t46 threads::yield();
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td79 string AsmString = "yield\t$rd, $rs";
188 def : MipsInstAlias<"yield $rs", (YIELD ZERO, GPR32Opnd:$rs), 1>, ASE_MT;
/openbsd-src/gnu/gcc/config/
H A Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/openbsd-src/gnu/usr.bin/texinfo/m4/
H A Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackageName.pod33 strip an C<$url> of path elements and C<.tgz> suffixes, yield a canonicalized
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h292 void yield();
/openbsd-src/sys/kern/
H A Dvfs_sync.c189 sched_pause(yield); in syncer_thread()
/openbsd-src/sys/dev/
H A Drnd.c717 yield(); in randomread()
747 yield(); in randomwrite()
/openbsd-src/sys/uvm/
H A Duvm_pdaemon.c330 sched_pause(yield); in uvm_aiodone_daemon()
374 sched_pause(yield); in uvmpd_trylockowner()

1234567