Home
last modified time | relevance | path

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

1234

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua53 _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 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/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.
/freebsd/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
/freebsd/contrib/netbsd-tests/usr.bin/config/
H A Dd_no_pseudo9 # Simply negating a pseudo-device should yield an error.
/freebsd/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/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/contrib/llvm-project/libcxx/modules/std/
H A Dthread.cppm
/freebsd/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
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h297 void yield();
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h131 #define yield() kern_yield(PRI_UNCHANGED)
130 #define yield() kern_yield( global() macro
H A Dsched.h131 #define yield() kern_yield(PRI_UNCHANGED)
132 #define yield() kern_yield( global() macro
H A Dsched.h131 #define yield() kern_yield(PRI_UNCHANGED)
130 #define yield() kern_yield( global() macro
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i55 yield reg
/freebsd/contrib/llvm-project/libcxx/include/
H A Dthread75 void yield() noexcept;

1234