Searched refs:WasiThreadsCtx (Results 1 – 2 of 2) sorted by relevance
17 pub struct WasiThreadsCtx<T> { struct23 impl<T: Clone + Send + 'static> WasiThreadsCtx<T> { argument150 get_cx: impl Fn(&mut T) -> &WasiThreadsCtx<T> + Send + Sync + Copy + 'static, in add_to_linker()
32 use wasmtime_wasi_threads::WasiThreadsCtx;1282 store.data_mut().wasi_threads = Some(Arc::new(WasiThreadsCtx::new( in populate_with_wasi()1493 wasi_threads: Option<Arc<WasiThreadsCtx<Host>>>,