Home
last modified time | relevance | path

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

1234

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua91 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 Dscanner_test.cpp146 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 Dscanner.hpp67 utils::optional< scan_result > yield(void);
H A Dscanner.cpp188 engine::scanner::yield(void) in yield() function in engine::scanner
/freebsd-13.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-13.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-13.1/contrib/netbsd-tests/usr.bin/config/
H A Dd_no_pseudo9 # Simply negating a pseudo-device should yield an error.
/freebsd-13.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-13.1/contrib/kyua/drivers/
H A Dlist_tests.cpp76 const optional< engine::scan_result > result = scanner.yield(); in drive()
H A Ddebug_test.cpp83 match = scanner.yield(); in drive()
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dbroadcom-bcm87xx.txt13 he result to yield the new register value. If the third cell has a
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp161 this_thread::yield(); in lock()
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/
H A Ddomain-idle-state.yaml44 state will yield power benefits, after overcoming the overhead while
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td79 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 DLLVMContext.h286 void yield();
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h124 #define yield() kern_yield(PRI_UNCHANGED) macro
/freebsd-13.1/sys/kern/
H A Dcapabilities.conf779 yield
/freebsd-13.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
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dthread71 void yield() noexcept;
403 void yield() _NOEXCEPT {__libcpp_thread_yield();}

1234