Searched refs:yield (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/tools/regression/p1003_1b/
H A DMakefile12 yield.c
H A Dmain.c12 int yield(int argc, char *argv[]);
23 { "yield", yield, 1 },
H A Dyield.c62 * This runs several processes and verifies that the yield seems
65 int yield(int argc, char *argv[]) function
139 * The master must yield to let the first slave run.
198 int main(int argc, char *argv[]) { return yield(argc, argv); }
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/
H A DThreadPoolTest.cpp43 std::this_thread::yield();
61 std::this_thread::yield();
H A DWorkQueueTest.cpp83 std::this_thread::yield();
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh54 xdt:sched::yield
H A Dtst.schedenable.ksh62 xdt:sched::yield,
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp165 this_thread::yield();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h146 /// Defines the type of a yield callback.
255 /// Registers a yield callback with the given context.
257 /// The yield callback function may be called by LLVM to transfer control back
258 /// to the client that invoked the LLVM compilation. This can be used to yield
269 /// yield callback are allowed to be used. Any other API calls into the
270 /// context are not supported until the yield callback function returns
274 /// Calls the yield callback (if applicable).
279 void yield();
/freebsd-12-stable/sys/kern/
H A Dcapabilities.conf761 ## Allow processes to yield(2).
763 yield
H A Dvfs_subr.c1036 goto yield;
1041 yield:
H A Dvfs_cache.c403 SYSCTL_INT(_vfs_cache, OID_AUTO, yield, CTLFLAG_RD, &cache_yield, 0,
404 "Number of times cache called yield");
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h124 #define yield() kern_yield(PRI_UNCHANGED) macro
/freebsd-12-stable/sys/sys/
H A Dsyscall.mk198 yield.o \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp171 void LLVMContext::yield() { function in class:LLVMContext
H A DLegacyPassManager.cpp1419 F.getContext().yield();
1695 M.getContext().yield();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp276 F.getContext().yield();
H A DCallGraphSCCPass.cpp178 F->getContext().yield();
/freebsd-12-stable/contrib/libpcap/pcap/
H A Dpcap.h617 PCAP_API void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i372 yield sym
H A DSBValue.i585 yield item
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-dos.c338 (*pd->wait_proc)(); /* call yield func */
367 _w32_os_yield(); /* allow SIGINT generation, yield to Win95/NT */
635 * For pcap_offline_read(): wait and yield between printing packets
638 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait) argument
644 pd->wait_proc = yield;
/freebsd-12-stable/lib/libc/sys/
H A DMakefile.inc23 yield.o
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c8408 X(yield, bf10, f3af8001), \
15324 tCE(yield, 320f001, yield, 0, (), noargs, t_hint),

Completed in 462 milliseconds