Lines Matching refs:NS_PER_SEC
66 #define NS_PER_SEC 1000000000ULL macro
120 return static_cast<uint64_t>(t.tv_sec * NS_PER_SEC + t.tv_nsec); in NanoTime()
140 if ((NanoTime() - start) > NS_PER_SEC) { in WaitForStop()
268 } while ((NanoTime() - start) < seconds * NS_PER_SEC); in WaitForNonZero()
420 } while (!verified && (NanoTime() - start) <= 5 * NS_PER_SEC); in VerifyProcTest()
528 ((NanoTime() - start) <= 5 * NS_PER_SEC)); in TEST_F()
1178 if ((NanoTime() - start) > 5 * NS_PER_SEC) { in TEST_F()
1347 if ((NanoTime() - start) > 5 * NS_PER_SEC) { in TEST_F()
1483 if ((NanoTime() - start) > 5 * NS_PER_SEC) { in TEST_F()
1758 ASSERT_TRUE(NanoTime() - start < 5 * NS_PER_SEC) in UnwindThroughSignal()
1795 ASSERT_TRUE(NanoTime() - start < 5 * NS_PER_SEC) in UnwindThroughSignal()