Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs869 store.set_thread(old_thread)?; in handle_guest_call()
1653 if let Some(old_thread) = old_thread.guest() { in set_thread()
1665 Ok(old_thread) in set_thread()
1768 self.set_thread(old_thread)?; in resume_fiber()
1772 if let Some(ot) = old_thread.guest() { in resume_fiber()
2233 store.set_thread(old_thread)?; in queue_call()
2235 if let Some(t) = old_thread.guest() { in queue_call()
2332 store.set_thread(old_thread)?; in queue_call()
2442 state.get_mut(old_thread.task)?.instance, in prepare_call()
2557 Caller::Guest { thread: old_thread }, in prepare_call()
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs164 let (lower, old_thread) = if T::MAY_REQUIRE_REALLOC { in lower()
165 let old_thread = store.0.set_thread(caller_thread)?; in lower() localVariable
168 Some(old_thread), in lower()
190 if let Some(old_thread) = old_thread { in lower()
191 store.0.set_thread(old_thread)?; in lower()
3265 let old_thread = store.set_thread(read_caller_thread)?; in copy() localVariable
3277 store.set_thread(old_thread)?; in copy()
3344 let old_thread = store.set_thread(read_caller_thread)?; in copy() localVariable
3351 store.set_thread(old_thread)?; in copy()