Home | History | Annotate | Download | only in gtest

Lines Matching defs:sleep_time

780     timespec sleep_time;
781 sleep_time.tv_sec = 0;
782 sleep_time.tv_nsec = 1000000;
783 nanosleep(&sleep_time, NULL);