Home
last modified time | relevance | path

Searched refs:sync_call_hook (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/tests/all/component_model/
H A Dcall_hook.rs4 use crate::call_hook::{Context, State, sync_call_hook};
52 store.call_hook(sync_call_hook); in call_wrapped_func()
114 store.call_hook(sync_call_hook); in call_func_with_realloc()
162 store.call_hook(sync_call_hook); in call_func_with_post_return()
226 store.call_hook(sync_call_hook); in call_wrapped_async_func()
312 store.call_hook(sync_call_hook); in trapping()
/wasmtime-44.0.1/tests/all/
H A Dcall_hook.rs13 store.call_hook(sync_call_hook); in call_wrapped_func()
121 store.call_hook(sync_call_hook); in call_wrapped_async_func()
176 store.call_hook(sync_call_hook); in call_linked_func()
242 store.call_hook(sync_call_hook); in call_linked_func_async()
312 store.call_hook(sync_call_hook); in instantiate()
331 store.call_hook(sync_call_hook); in instantiate_async()
352 store.call_hook(sync_call_hook); in recursion()
471 store.call_hook(sync_call_hook); in trapping()
558 sync_call_hook(ctx, ch) in basic_async_hook()
897 pub fn sync_call_hook(mut ctx: StoreContextMut<'_, State>, transition: CallHook) -> Result<()> { in sync_call_hook() function