Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3600 let needs_block; in subtask_cancel() localVariable
3612 needs_block = true; in subtask_cancel()
3623 needs_block = false; in subtask_cancel()
3710 needs_block = !store in subtask_cancel()
3715 needs_block = false; in subtask_cancel()
3722 if needs_block { in subtask_cancel()