Searched refs:MIN_USECONDS_WAIT (Results 1 – 2 of 2) sorted by relevance
/system/testing/gtest_extras/gtest_isolated/ | ||
D | Isolate.h | 108 static constexpr useconds_t MIN_USECONDS_WAIT = 1000; variable |
D | Isolate.cpp | 468 usleep(MIN_USECONDS_WAIT); in RunAllTests() |