Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs1615 CurrentThread::Guest(thread) => { in may_enter()
1632 CurrentThread::Host(id) => { in may_enter()
1646 fn set_thread(&mut self, thread: impl Into<CurrentThread>) -> Result<CurrentThread> { in set_thread() argument
1836 CurrentThread::None in suspend()
4305 caller: CurrentThread,
4823 pub(crate) enum CurrentThread { enum
4829 impl CurrentThread { impl
4849 impl From<QualifiedThreadId> for CurrentThread { implementation
4855 impl From<TableId<HostTask>> for CurrentThread { implementation
4864 current_thread: CurrentThread,
[all …]