Searched refs:yield (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/kyua/engine/
H A Dscanner.hpp67 utils::optional< scan_result > yield(void);
H A Dscanner_test.cpp135 /// yield() call. This function just returns the whole set, which helps in
146 const optional< engine::scan_result > result = scanner.yield();
150 ATF_REQUIRE(!scanner.yield());
167 ATF_REQUIRE(!scanner.yield());
308 results.insert(scanner.yield().get());
311 results.insert(scanner.yield().get());
314 results.insert(scanner.yield().get());
317 results.insert(scanner.yield().get());
345 ATF_REQUIRE(!scanner.yield());
447 results.insert(scanner.yield()
[all...]
H A Dscanner.cpp188 engine::scanner::yield(void) function in class:engine::scanner
200 /// \return True if the scan is finished, in which case yield() will return
/freebsd-13-stable/tools/regression/p1003_1b/
H A DMakefile12 yield.c
H A Dmain.c12 int yield(int argc, char *argv[]);
23 { "yield", yield, 1 },
H A Dyield.c62 * This runs several processes and verifies that the yield seems
65 int yield(int argc, char *argv[]) function
139 * The master must yield to let the first slave run.
198 int main(int argc, char *argv[]) { return yield(argc, argv); }
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua33 -- tests for multiple yield/resume arguments
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(
[all...]
/freebsd-13-stable/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-stable/contrib/kyua/drivers/
H A Dlist_tests.cpp76 const optional< engine::scan_result > result = scanner.yield();
H A Ddebug_test.cpp83 match = scanner.yield();
H A Drun_tests.cpp289 optional< engine::scan_result > match = scanner.yield();
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dmemory.cpp165 this_thread::yield();
/freebsd-13-stable/sys/kern/
H A Dcapabilities.conf776 ## Allow processes to yield(2).
778 yield
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h158 /// Defines the type of a yield callback.
271 /// Registers a yield callback with the given context.
273 /// The yield callback function may be called by LLVM to transfer control back
274 /// to the client that invoked the LLVM compilation. This can be used to yield
285 /// yield callback are allowed to be used. Any other API calls into the
286 /// context are not supported until the yield callback function returns
290 /// Calls the yield callback (if applicable).
295 void yield();
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h124 #define yield() kern_yield(PRI_UNCHANGED) macro
/freebsd-13-stable/sys/sys/
H A Dsyscall.mk198 yield.o \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp193 void LLVMContext::yield() { function in class:LLVMContext
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp241 F.getContext().yield();
H A DCallGraphSCCPass.cpp179 F->getContext().yield();
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap.h617 PCAP_API void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i381 yield sym
H A DSBValue.i585 yield item
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc23 yield.o
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dos.c338 (*pd->wait_proc)(); /* call yield func */
367 _w32_os_yield(); /* allow SIGINT generation, yield to Win95/NT */
635 * For pcap_offline_read(): wait and yield between printing packets
638 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait) argument
644 pd->wait_proc = yield;

Completed in 288 milliseconds

12