Searched refs:mTestStatTime (Results 1 – 1 of 1) sorted by relevance
38 static struct timespec mTestStatTime; member in ClockTimeTest42 clock_gettime(CLOCK_REALTIME, &mTestStatTime); in SetUpTestCase()43 LOG("test start at %ld\n", (long)mTestStatTime.tv_sec); in SetUpTestCase()52 mTestStatTime.tv_sec += 10; // approximate total test time in TearDownTestCase()53 if (!clock_settime(CLOCK_REALTIME, &mTestStatTime)) { in TearDownTestCase()60 struct timespec ClockTimeTest::mTestStatTime; member in ClockTimeTest