Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp769 timespec sleep_time; in WaitChildProcs() local
770 sleep_time.tv_sec = 0; in WaitChildProcs()
771 sleep_time.tv_nsec = 1000000; in WaitChildProcs()
772 nanosleep(&sleep_time, NULL); in WaitChildProcs()