Searched refs:target_wait_loop_hook (Results 1 – 2 of 2) sorted by relevance
62 extern void (*target_wait_loop_hook) (void);
1027 void (*target_wait_loop_hook) (void); variable2901 if (target_wait_loop_hook) in remote_wait()2902 (*target_wait_loop_hook) (); in remote_wait()3092 if (target_wait_loop_hook) in remote_async_wait()3093 (*target_wait_loop_hook) (); in remote_async_wait()