Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dround_trip.rs336 store.assert_concurrent_state_empty(); in test_round_trip_recurse()
412 store.assert_concurrent_state_empty(); in test_round_trip()
466 store.assert_concurrent_state_empty(); in test_round_trip()
486 store.assert_concurrent_state_empty(); in test_round_trip()
552 store.assert_concurrent_state_empty(); in test_round_trip()
572 store.assert_concurrent_state_empty(); in test_round_trip()
H A Dround_trip_many.rs290 store.assert_concurrent_state_empty(); in test_round_trip_many()
326 store.assert_concurrent_state_empty(); in test_round_trip_many()
413 store.assert_concurrent_state_empty(); in test_round_trip_many()
429 store.assert_concurrent_state_empty(); in test_round_trip_many()
H A Dpost_return.rs110 store.assert_concurrent_state_empty(); in test_yield_post_return()
/wasmtime-44.0.1/tests/all/component_model/
H A Dasync.rs955 store.assert_concurrent_state_empty(); in cancel_host_task_does_not_leak()
1028 store.assert_concurrent_state_empty(); in sync_lower_async_host_does_not_leak()
1266 store.assert_concurrent_state_empty(); in concurrent_sync_calls_to_async_host()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs908 pub fn assert_concurrent_state_empty(&mut self) { in assert_concurrent_state_empty() method
909 self.as_context_mut().assert_concurrent_state_empty(); in assert_concurrent_state_empty()
938 pub fn assert_concurrent_state_empty(self) { in assert_concurrent_state_empty() method