Home
last modified time | relevance | path

Searched defs:_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
/wasmtime-44.0.1/crates/fiber/src/
H A Dlib.rs44 fn _assert_send_sync() { in _assert_send_sync() function
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs78 fn _assert_send_sync<T: Send + Sync>() {} in _assert() function
H A Dmodule.rs1243 fn _assert_send_sync() { in _assert_send_sync() function
/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