Home
last modified time | relevance | path

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

/external/crosvm/base/tests/unix/
Dscoped_signal_handler.rs208 fn wait_for_thread_to_sleep(tid: Pid, timeout: Duration) -> std::result::Result<(), ErrnoError> { in wait_for_thread_to_sleep() function
238 wait_for_thread_to_sleep(tid, Duration::from_secs(10)).unwrap(); in waitforinterrupt_success()