Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/
H A Druntime.rs176 fn _assert_send<T: Send>(_t: T) {} in _assertions_runtime() function
193 _assert_send(f.call_async(&mut *s, &[], &mut [])) in _assertions_runtime()
197 _assert_send(f.call_async(&mut *s, ())) in _assertions_runtime()
201 _assert_send(Instance::new_async(s, m, &[])) in _assertions_runtime()
/wasmtime-44.0.1/crates/fiber/src/
H A Dlib.rs45 fn _assert_send<T: Send>() {} in _assert_send_sync() function
48 _assert_send::<FiberStack>(); in _assert_send_sync()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dtable.rs715 fn _assert_send<T: Send>(_: T) {} in grow_is_send() function
717 _assert_send(table.grow(store, 0, init)) in grow_is_send()