Home
last modified time | relevance | path

Searched refs:clock (Results 1 – 8 of 8) sorted by relevance

/system/extras/tests/bionic/libstdc++/
Dtest_ctime.cpp47 #ifdef clock
75 using std::clock;
89 volatile std::clock_t clock; in testTypesStd() local
97 volatile std::clock_t clock1 = std::clock(); in testGetClock()
98 volatile std::clock_t clock2 = std::clock(); in testGetClock()
/system/extras/tests/bionic/libc/common/
Dtest_clock.c44 ticks10 = clock(); in main()
48 ticks15 = clock(); in main()
/system/core/libutils/
DTimers.cpp36 nsecs_t systemTime(int clock) in systemTime() argument
47 clock_gettime(clocks[clock], &t); in systemTime()
DStopWatch.cpp38 StopWatch::StopWatch(const char *name, int clock, uint32_t flags) in StopWatch() argument
39 : mName(name), mClock(clock), mFlags(flags) in StopWatch()
/system/core/include/utils/
DTimers.h87 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
89 nsecs_t systemTime(int clock);
DStopWatch.h33 int clock = SYSTEM_TIME_MONOTONIC,
/system/core/logcat/
Devent.logtags56 # Device boot timings. We include monotonic clock values because the
57 # intrinsic event log times are wall-clock.
/system/core/init/
Dreadme.txt249 Set the system clock base (0 if system clock ticks in GMT)