| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_coroutine.lua | 54 _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 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
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_FILE.pod | 23 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 D | X509_load_http.pod | 50 On success the function yield the loaded value, else NULL.
|
| H A D | RC4_set_key.pod | 42 the same B<key> yield a continuous key stream.
|
| /src/tools/regression/p1003_1b/ |
| H A D | README | 8 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 D | main.c | 11 int yield(int argc, char *argv[]); 22 { "yield", yield, 1 },
|
| H A D | yield.c | 64 int yield(int argc, char *argv[]) in yield() function 197 int main(int argc, char *argv[]) { return yield(argc, argv); } in main()
|
| H A D | Makefile | 10 yield.c
|
| /src/contrib/netbsd-tests/usr.bin/config/ |
| H A D | d_no_pseudo | 9 # Simply negating a pseudo-device should yield an error.
|
| /src/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,
|
| /src/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 | 84 match = scanner.yield(); in drive()
|
| /src/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | this_thread.h | 66 inline _LIBCPP_HIDE_FROM_ABI void yield() _NOEXCEPT { __libcpp_thread_yield(); } in yield() function
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | thread.inc | 28 using std::this_thread::yield;
|
| /src/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
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector_common.td | 53 // 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 D | MipsMTInstrInfo.td | 79 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 D | LLVMContext.h | 297 void yield();
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sched.h | 131 #define yield() kern_yield(PRI_UNCHANGED) macro
|
| /src/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrameExtensions.i | 55 yield reg
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | thread | 75 void yield() noexcept;
|