| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_coroutine.lua | 91 coroutine.yield(n) 107 for i=2,n do coroutine.yield(i) end 115 if n%p ~= 0 then coroutine.yield(n) end 138 coroutine.yield(20) 167 coroutine.yield(3) 185 if k == 0 then coroutine.yield(a) 208 coroutine.yield(f) 227 coroutine.yield(10, 20) 229 coroutine.yield(23) 250 coroutine.yield(3) [all …]
|
| /freebsd-13.1/contrib/kyua/engine/ |
| H A D | scanner_test.cpp | 146 const optional< engine::scan_result > result = scanner.yield(); in yield_all() 150 ATF_REQUIRE(!scanner.yield()); in yield_all() 167 ATF_REQUIRE(!scanner.yield()); in ATF_TEST_CASE_BODY() 308 results.insert(scanner.yield().get()); in ATF_TEST_CASE_BODY() 311 results.insert(scanner.yield().get()); in ATF_TEST_CASE_BODY() 314 results.insert(scanner.yield().get()); in ATF_TEST_CASE_BODY() 317 results.insert(scanner.yield().get()); in ATF_TEST_CASE_BODY() 345 ATF_REQUIRE(!scanner.yield()); in ATF_TEST_CASE_BODY() 447 results.insert(scanner.yield().get()); in ATF_TEST_CASE_BODY() 450 results.insert(scanner.yield().get()); in ATF_TEST_CASE_BODY()
|
| H A D | scanner.hpp | 67 utils::optional< scan_result > yield(void);
|
| H A D | scanner.cpp | 188 engine::scanner::yield(void) in yield() function in engine::scanner
|
| /freebsd-13.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-13.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-13.1/contrib/netbsd-tests/usr.bin/config/ |
| H A D | d_no_pseudo | 9 # Simply negating a pseudo-device should yield an error.
|
| /freebsd-13.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-13.1/contrib/kyua/drivers/ |
| H A D | list_tests.cpp | 76 const optional< engine::scan_result > result = scanner.yield(); in drive()
|
| H A D | debug_test.cpp | 83 match = scanner.yield(); in drive()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | broadcom-bcm87xx.txt | 13 he result to yield the new register value. If the third cell has a
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | memory.cpp | 161 this_thread::yield(); in lock()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/ |
| H A D | domain-idle-state.yaml | 44 state will yield power benefits, after overcoming the overhead while
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMTInstrInfo.td | 79 string AsmString = "yield\t$rd, $rs"; 188 def : MipsInstAlias<"yield $rs", (YIELD ZERO, GPR32Opnd:$rs), 1>, ASE_MT;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 286 void yield();
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sched.h | 124 #define yield() kern_yield(PRI_UNCHANGED) macro
|
| /freebsd-13.1/sys/kern/ |
| H A D | capabilities.conf | 779 yield
|
| /freebsd-13.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
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | thread | 71 void yield() noexcept; 403 void yield() _NOEXCEPT {__libcpp_thread_yield();}
|