Home
last modified time | relevance | path

Searched refs:thread_yield (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_poll_synchronous.rs16 thread_yield, waitable_join, waitable_set_drop, waitable_set_new, waitable_set_poll,
60 assert_eq!(thread_yield(), SUSPEND_RESULT_NOT_CANCELLED); in run()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dasync_.rs132 pub fn thread_yield() -> u32; in thread_yield() function
135 pub unsafe fn thread_yield() -> u32 { in thread_yield() function
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs120 thread_yield(vmctx: vmctx, caller_instance: u32, cancellable: u8) -> u32;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs800 fn thread_yield( in thread_yield() function
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs299 host::thread_yield, in translate()