Home
last modified time | relevance | path

Searched refs:_assert_send_sync (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmmap.rs379 fn _assert_send_sync<T: Send + Sync>() {} in _assert() function
380 _assert_send_sync::<Mmap<AlignedLength>>(); in _assert()
381 _assert_send_sync::<Mmap<UnalignedLength>>(); in _assert()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dgc_runtime.rs772 fn _assert_send_sync<T: Send + Sync>(_: T) {} in is_send_and_sync() function
775 _assert_send_sync(collect_async(collection, Asyncness::Yes)); in is_send_and_sync()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs78 fn _assert_send_sync<T: Send + Sync>() {} in _assert() function
79 _assert_send_sync::<CodeMemory>(); in _assert()
H A Dmodule.rs1243 fn _assert_send_sync() { in _assert_send_sync() function
/wasmtime-44.0.1/crates/fiber/src/
H A Dlib.rs44 fn _assert_send_sync() { in _assert_send_sync() function