Searched defs:GetClockTime (Results 1 – 3 of 3) sorted by relevance
265 uint64_t GetClockTime() { in GetClockTime() function
1115 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t) macro1122 # define GetClockTime(t) gettimeofday(t, 0) macro1130 # define GetClockTime(t) time((time_t*)0) macro
741 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t) macro747 # define GetClockTime(t) gettimeofday(t, 0) macro