Home
last modified time | relevance | path

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

1234

/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua54 _G.x = {coroutine.yield(table.unpack(arg[i]))}
80 local function foo (i) return coroutine.yield(i) end
92 coroutine.yield(n)
108 for i=2,n do coroutine.yield(i) end
116 if n%p ~= 0 then coroutine.yield(n) end
139 coroutine.yield(20)
147 local f = function (s, i) return coroutine.yield(i) end
148 function f (a, b) a = coroutine.yield(a); error{a + b} end
168 coroutine.yield(3)
186 if k == 0 then coroutine.yield(a)
[all …]
/src/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
/src/crypto/openssl/doc/man3/
H A DOPENSSL_FILE.pod23 typically yield the current filename and line number during C compilation.
24 When B<OPENSSL_NO_FILENAMES> is defined they yield B<""> and B<0>, respectively.
26 The macro B<OPENSSL_FUNC> attempts to yield the name of the C function
H A DX509_load_http.pod50 On success the function yield the loaded value, else NULL.
H A DRC4_set_key.pod42 the same B<key> yield a continuous key stream.
/src/tools/regression/p1003_1b/
H A DREADME8 p1003_1b yield: Check that yielding runs the expected process.
10 As of today "p1003_1b yield" doesn't work. I have a minimal set
H A Dmain.c11 int yield(int argc, char *argv[]);
22 { "yield", yield, 1 },
H A Dyield.c64 int yield(int argc, char *argv[]) in yield() function
197 int main(int argc, char *argv[]) { return yield(argc, argv); } in main()
H A DMakefile10 yield.c
/src/contrib/netbsd-tests/usr.bin/config/
H A Dd_no_pseudo9 # Simply negating a pseudo-device should yield an error.
/src/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,
/src/contrib/kyua/drivers/
H A Dlist_tests.cpp76 const optional< engine::scan_result > result = scanner.yield(); in drive()
H A Ddebug_test.cpp84 match = scanner.yield(); in drive()
/src/contrib/llvm-project/libcxx/include/__thread/
H A Dthis_thread.h66 inline _LIBCPP_HIDE_FROM_ABI void yield() _NOEXCEPT { __libcpp_thread_yield(); } in yield() function
/src/contrib/llvm-project/libcxx/modules/std/
H A Dthread.inc28 using std::this_thread::yield;
/src/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
/src/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td53 // be applied to it to yield another type.
72 // So for instance if t is "i", i.e. int, then "e" will yield int again. "v"
73 // will yield an RVV vector type (assume LMUL=1), so __rvv_int32m1_t.
74 // Accordingly "w" would yield __rvv_int64m2_t.
112 // Following with the example above, if t is "i", then "Ue" will yield unsigned
113 // int and "Fv" will yield __rvv_float32m1_t (again assuming LMUL=1), Fw would
114 // yield __rvv_float64m2_t, etc.
/src/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;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h297 void yield();
/src/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h131 #define yield() kern_yield(PRI_UNCHANGED) macro
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i55 yield reg
/src/contrib/llvm-project/libcxx/include/
H A Dthread75 void yield() noexcept;

1234