Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dparking_spot.rs520 self.spot.with_lot(&self.semaphore, |thread_data| { in finish()
521 num_waiting_on_address = thread_data.num_parked(); in finish()
545 self.spot.with_lot(&self.semaphore, |thread_data| { in finish()
546 num_waiting_on_address = thread_data.num_parked(); in finish()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs2078 let thread_data = state.get_mut(guest_thread.thread)?; in cleanup_thread() localVariable
2079 let guest_id = match thread_data.instance_rep { in cleanup_thread()
2083 let sync_call_set = thread_data.sync_call_set; in cleanup_thread()