| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/ |
| H A D | test-lock.c | 209 # define yield() gl_thread_yield () macro 211 # define yield() macro 271 yield (); in gl_lock_define_initialized() 291 yield (); in lock_checker_thread() 352 yield (); in gl_rwlock_define_initialized() 372 yield (); in rwlock_checker_thread() 451 yield (); in reclock_mutator_thread() 471 yield (); in reclock_checker_thread() 552 yield (); in once_contender_thread() 606 yield (); in test_once()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/ |
| H A D | rwmutex.d | 702 Thread.yield(); in waitQueued() 818 Thread.yield; 824 Thread.yield; 832 Thread.yield; 851 Thread.yield; 857 Thread.yield; 865 Thread.yield; 914 Thread.yield(); in waitQueued() 1030 Thread.yield; 1036 Thread.yield; [all …]
|
| H A D | condition.d | 673 Thread.yield(); in testNotify() 722 Thread.yield(); in testNotifyAll() 762 Thread.yield(); in testWaitTimeout() 839 Thread.yield(); in testNotify() 888 Thread.yield(); in testNotifyAll() 928 Thread.yield(); in testWaitTimeout()
|
| H A D | semaphore.d | 400 Thread.yield(); in testWait() 411 Thread.yield(); in testWait() 437 Thread.yield(); in testWaitTimeout()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | concurrency.d | 1131 void yield() nothrow; 1191 void yield() nothrow in yield() function 1239 yield(); in spawn() 1246 void yield() nothrow in yield() function 1252 Fiber.yield(); in yield() 1316 yield(); in wait() 1338 yield(); in switchContext() 1445 void yield() nothrow in yield() function 1453 return Fiber.yield(); in yield() 1456 scheduler.yield(); in yield() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | spinlock.d | 39 yield(n); in lock() 51 void yield(size_t k) in yield() function 57 return Thread.yield(); in yield()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | concurrency.d | 1326 void yield() nothrow; 1386 void yield() nothrow in yield() function 1434 yield(); in spawn() 1441 void yield() nothrow in yield() function 1447 Fiber.yield(); in yield() 1549 this.outer.yield(); in wait() 1573 this.outer.yield(); in switchContext() 1664 void yield() nothrow in yield() function 1672 return Fiber.yield(); in yield() 1675 scheduler.yield(); in yield() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OPENSSL_FILE.pod | 23 typically yield the current filename and line number during C compilation. 24 When B<OPENSSL_NO_FILENAMES> is defined they yield B<""> and B<0>, respectively. 26 The macro B<OPENSSL_FUNC> attempts to yield the name of the C function
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | procsystime_example.txt | 116 yield 1298742 127 yield 120345 141 yield 9
|
| H A D | syscallbypid_example.txt | 24 1659 mozilla-bin yield 2
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | procsystime_example.txt | 116 yield 1298742 127 yield 120345 141 yield 9
|
| H A D | syscallbypid_example.txt | 24 1659 mozilla-bin yield 2
|
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_sched.c | 56 yield(); in freebsd_sys_yield() 265 yield(); in freebsd_sys_sched_yield()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | fiber.d | 851 static void yield() nothrow @nogc in yield() function 1690 Fiber.yield(); in fiberFunc() 1731 Fiber.yield(); in version() 1919 Fiber.yield(); in throwAndYield() 1994 auto fib = new Fiber(function {ubyte[2048] buf = void; Fiber.yield();}, 4096); 2037 Fiber.yield(); in collect() 2055 Fiber.yield(); in collect2() 2069 Fiber.yield(); in recurse()
|
| /netbsd-src/tests/usr.bin/config/ |
| H A D | d_no_pseudo | 9 # Simply negating a pseudo-device should yield an error.
|
| /netbsd-src/sys/rump/librump/rumpdev/ |
| H A D | rump_dev.c | 90 yield(); in RUMP_COMPONENT()
|
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | scheduler.c | 511 yield() in yield() function 526 yield(); in preempt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsMTInstrInfo.td | 79 string AsmString = "yield\t$rd, $rs"; 188 def : MipsInstAlias<"yield $rs", (YIELD ZERO, GPR32Opnd:$rs), 1>, ASE_MT;
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
| H A D | intdiv0.m4 | 40 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | memory.cpp | 161 this_thread::yield(); in lock()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
| H A D | intdiv0.m4 | 40 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | intdiv0.m4 | 40 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
|
| /netbsd-src/external/gpl2/texinfo/dist/m4/ |
| H A D | intdiv0.m4 | 42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | intdiv0.m4 | 42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | intdiv0.m4 | 42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
|