Home
last modified time | relevance | path

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

1234

/freebsd-12.1/tools/regression/p1003_1b/
H A DREADME9 p1003_1b yield: Check that yielding runs the expected process.
11 As of today "p1003_1b yield" doesn't work. I have a minimal set
H A Dmain.c12 int yield(int argc, char *argv[]);
23 { "yield", yield, 1 },
H A Dyield.c65 int yield(int argc, char *argv[]) in yield() function
198 int main(int argc, char *argv[]) { return yield(argc, argv); } in main()
H A DMakefile12 yield.c
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/test/
H A DThreadPoolTest.cpp43 std::this_thread::yield(); in TEST()
61 std::this_thread::yield(); in TEST()
H A DWorkQueueTest.cpp83 std::this_thread::yield(); in TEST()
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/
H A DREADME.cppclean79 yield '/path1'
80 yield os.path.join('/path2', os.path.dirname(filename))
81 yield '/path3'
/freebsd-12.1/contrib/netbsd-tests/usr.bin/config/
H A Dd_no_pseudo9 # Simply negating a pseudo-device should yield an error.
/freebsd-12.1/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.1/contrib/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td80 string AsmString = "yield\t$rd, $rs";
189 def : MipsInstAlias<"yield $rs", (YIELD ZERO, GPR32Opnd:$rs), 1>, ASE_MT;
/freebsd-12.1/contrib/libc++/src/
H A Dmemory.cpp163 this_thread::yield(); in lock()
/freebsd-12.1/sys/kern/
H A Dcapabilities.conf752 yield
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h300 void yield();
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h122 #define yield() kern_yield(PRI_UNCHANGED) macro
/freebsd-12.1/crypto/openssl/doc/man3/
H A DRC4_set_key.pod34 the same B<key> yield a continuous key stream.
H A DSSL_read.pod26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield
79 return value of the read function will yield B<SSL_ERROR_WANT_READ> or
H A DSSL_do_handshake.pod31 return value of SSL_do_handshake() will yield B<SSL_ERROR_WANT_READ> or
H A DSSL_accept.pod30 return value of SSL_accept() will yield B<SSL_ERROR_WANT_READ> or
H A DSSL_connect.pod30 return value of SSL_connect() will yield B<SSL_ERROR_WANT_READ> or
/freebsd-12.1/contrib/libc++/include/
H A Dthread74 void yield() noexcept;
410 void yield() _NOEXCEPT {__libcpp_thread_yield();}
/freebsd-12.1/contrib/apr/docs/
H A Dincomplete_types62 type is. So for example printing the filedes using printf would yield wildly
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp186 void LLVMContext::yield() { in yield() function in LLVMContext
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopPass.cpp273 F.getContext().yield(); in runOnFunction()
/freebsd-12.1/contrib/libpcap/
H A Dpcap-dos.c638 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait) in pcap_set_wait()
644 pd->wait_proc = yield; in pcap_set_wait()

1234