Searched refs:SharedFiberState (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/crates/fiber/src/ |
| H A D | miri.rs | 71 struct SharedFiberState<A, B, C> { struct 99 fn run<F, A, B, C>(state: Arc<SharedFiberState<A, B, C>>, func: IgnoreSendSync<F>) in run() 141 let state = Arc::new(SharedFiberState::<A, B, C> { in new() 191 unsafe fn state<A, B, C>(&self) -> &SharedFiberState<A, B, C> { in state() 192 unsafe { &*(self.state as *const SharedFiberState<A, B, C>) } in state() constant 209 self.state.cast::<SharedFiberState<A, B, C>>(), in drop() 254 unsafe fn state<A, B, C>(&self) -> &SharedFiberState<A, B, C> { in state() 255 unsafe { &*(self.state as *const SharedFiberState<A, B, C>) } in state() constant
|