Home
last modified time | relevance | path

Searched defs:yield (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dspinlock.d51 void yield(size_t k) in yield() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1191 void yield() nothrow in yield() function
1246 void yield() nothrow in yield() function
1445 void yield() nothrow in yield() function
1644 void yield(T)(ref T value) in yield() function
1656 void yield(T)(T value) in yield() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1386 void yield() nothrow in yield() function
1441 void yield() nothrow in yield() function
1664 void yield() nothrow in yield() function
1898 void yield(T)(ref T value) in yield() function
1910 void yield(T)(T value) in yield() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/
H A Dtest-lock.c209 # define yield() gl_thread_yield () macro
211 # define yield() macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp184 void LLVMContext::yield() { in yield() function in LLVMContext
/netbsd-src/sys/rump/librump/rumpkern/
H A Dscheduler.c511 yield() in yield() function
/netbsd-src/sys/kern/
H A Dkern_synch.c289 yield(void) in yield() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d407 private static void yield() @nogc nothrow in yield() function
H A Dosthread.d1034 static void yield() @nogc nothrow in yield() function
H A Dfiber.d851 static void yield() nothrow @nogc in yield() function