Home
last modified time | relevance | path

Searched refs:check_blocking (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent_disabled.rs190 pub(crate) fn check_blocking(&mut self) -> crate::Result<()> { in check_blocking() method
H A Dconcurrent.rs1680 pub(crate) fn check_blocking(&mut self) -> Result<()> { in check_blocking() method
2395 store.0.check_blocking()?; in prepare_call()
3179 store.check_blocking()?; in waitable_set_wait()
3420 store.check_blocking()?; in suspension_intrinsic()
3568 store.check_blocking()?; in subtask_cancel()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dhost.rs377 store.0.check_blocking()?; in entrypoint()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs3408 store.0.check_blocking()?; in guest_write()
3650 store.0.check_blocking()?; in guest_read()
4050 store.check_blocking()?; in guest_cancel_write()
4091 store.check_blocking()?; in guest_cancel_read()