| /freebsd-12.1/tools/regression/p1003_1b/ |
| H A D | README | 9 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 D | main.c | 12 int yield(int argc, char *argv[]); 23 { "yield", yield, 1 },
|
| H A D | yield.c | 65 int yield(int argc, char *argv[]) in yield() function 198 int main(int argc, char *argv[]) { return yield(argc, argv); } in main()
|
| H A D | Makefile | 12 yield.c
|
| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/test/ |
| H A D | ThreadPoolTest.cpp | 43 std::this_thread::yield(); in TEST() 61 std::this_thread::yield(); in TEST()
|
| H A D | WorkQueueTest.cpp | 83 std::this_thread::yield(); in TEST()
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README.cppclean | 79 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 D | d_no_pseudo | 9 # Simply negating a pseudo-device should yield an error.
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/ |
| H A D | tst.schedargs.ksh | 54 xdt:sched::yield
|
| H A D | tst.schedenable.ksh | 62 xdt:sched::yield,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsMTInstrInfo.td | 80 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 D | memory.cpp | 163 this_thread::yield(); in lock()
|
| /freebsd-12.1/sys/kern/ |
| H A D | capabilities.conf | 752 yield
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 300 void yield();
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sched.h | 122 #define yield() kern_yield(PRI_UNCHANGED) macro
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | RC4_set_key.pod | 34 the same B<key> yield a continuous key stream.
|
| H A D | SSL_read.pod | 26 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 D | SSL_do_handshake.pod | 31 return value of SSL_do_handshake() will yield B<SSL_ERROR_WANT_READ> or
|
| H A D | SSL_accept.pod | 30 return value of SSL_accept() will yield B<SSL_ERROR_WANT_READ> or
|
| H A D | SSL_connect.pod | 30 return value of SSL_connect() will yield B<SSL_ERROR_WANT_READ> or
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | thread | 74 void yield() noexcept; 410 void yield() _NOEXCEPT {__libcpp_thread_yield();}
|
| /freebsd-12.1/contrib/apr/docs/ |
| H A D | incomplete_types | 62 type is. So for example printing the filedes using printf would yield wildly
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 186 void LLVMContext::yield() { in yield() function in LLVMContext
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopPass.cpp | 273 F.getContext().yield(); in runOnFunction()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-dos.c | 638 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()
|