Searched refs:get_monotonic_coarse64 (Results 1 – 2 of 2) sorted by relevance
28 struct timespec64 get_monotonic_coarse64(void);74 return get_monotonic_coarse64(); in get_monotonic_coarse()136 return timespec64_to_timespec(get_monotonic_coarse64()); in get_monotonic_coarse()
1899 struct timespec64 get_monotonic_coarse64(void) in get_monotonic_coarse64() function