Home
last modified time | relevance | path

Searched refs:mTestStatTime (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp38 static struct timespec mTestStatTime; member in ClockTimeTest
42 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

Completed in 1 milliseconds