Searched refs:wait_for_thread_to_sleep (Results 1 – 1 of 1) sorted by relevance
208 fn wait_for_thread_to_sleep(tid: Pid, timeout: Duration) -> std::result::Result<(), ErrnoError> { in wait_for_thread_to_sleep() function238 wait_for_thread_to_sleep(tid, Duration::from_secs(10)).unwrap(); in waitforinterrupt_success()