/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_coroutine.lua | 53 _G.x = {coroutine.yield(table.unpack(arg[i]))} 79 local function foo (i) return coroutine.yield(i) end 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) 146 local f = function (s, i) return coroutine.yield(i) end 147 function f (a, b) a = coroutine.yield(a); error{a + b} end 167 coroutine.yield(3) 185 if k == 0 then coroutine.yield(a) [all …]
|
/freebsd/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/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.
|
/freebsd/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
|
/freebsd/contrib/netbsd-tests/usr.bin/config/ |
H A D | d_no_pseudo | 9 # Simply negating a pseudo-device should yield an error.
|
/freebsd/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/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/contrib/llvm-project/libcxx/modules/std/ |
H A D | thread.cppm |
|
/freebsd/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
|
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 297 void yield();
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | sched.h | 131 #define yield() kern_yield(PRI_UNCHANGED) 130 #define yield() kern_yield( global() macro
|
H A D | sched.h | 131 #define yield() kern_yield(PRI_UNCHANGED) 132 #define yield() kern_yield( global() macro
|
H A D | sched.h | 131 #define yield() kern_yield(PRI_UNCHANGED) 130 #define yield() kern_yield( global() macro
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 55 yield reg
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | thread | 75 void yield() noexcept;
|