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

12

/freebsd-11-stable/lib/libc/powerpc64/sys/
H A DMakefile.inc6 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o yield.o
/freebsd-11-stable/lib/libc/powerpc/sys/
H A DMakefile.inc6 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o yield.o
/freebsd-11-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.c60 * This runs several processes and verifies that the yield seems
63 int yield(int argc, char *argv[]) function
137 * The master must yield to let the first slave run.
196 int main(int argc, char *argv[]) { return yield(argc, argv); }
/freebsd-11-stable/lib/libc/riscv/sys/
H A DMakefile.inc20 yield.o
/freebsd-11-stable/lib/libc/arm/sys/
H A DMakefile.inc8 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
/freebsd-11-stable/lib/libc/mips/sys/
H A DMakefile.inc9 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
/freebsd-11-stable/lib/libc/aarch64/sys/
H A DMakefile.inc21 yield.o
/freebsd-11-stable/lib/libc/sparc64/sys/
H A DMakefile.inc18 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o yield.o
/freebsd-11-stable/lib/libc/amd64/sys/
H A DMakefile.inc15 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
/freebsd-11-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-11-stable/lib/libc/i386/sys/
H A DMakefile.inc14 NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
/freebsd-11-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-11-stable/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp165 this_thread::yield();
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf752 ## Allow processes to yield(2).
754 yield
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf286 yield
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h121 #define yield() kern_yield(PRI_UNCHANGED) macro
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk201 yield.o \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp171 void LLVMContext::yield() { function in class:LLVMContext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp276 F.getContext().yield();
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dpcap.h617 PCAP_API void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait);
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i372 yield sym

Completed in 234 milliseconds

12