Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/utils/ipc/
Dfile_lock_semaphore.py48 sleep_time = MAX_SLEEP_TIME_IN_SECS
53 time.sleep(sleep_time)
54 sleep_time = max(sleep_time / 2, MIN_SLEEP_TIME_IN_SECS)
/test/vts/runners/target/gtest/
Dgtest_main.cpp803 timespec sleep_time; in WaitChildProcs() local
804 sleep_time.tv_sec = 0; in WaitChildProcs()
805 sleep_time.tv_nsec = 1000000; in WaitChildProcs()
806 nanosleep(&sleep_time, NULL); in WaitChildProcs()