Searched refs:gettimeofday (Results 1 – 4 of 4) sorted by relevance
29 int gettimeofday(struct timeval *tv, struct timezone *tz);
25 int gettimeofday(struct timeval *__restrict tv, __unused struct timezone *__restrict tz) { in gettimeofday() function
81 __weak int gettimeofday (struct timeval *__restrict tv, __unused void *__restrict tz) { in gettimeofday() function
175 gettimeofday(&tv, NULL); in aon_timer_start_with_timeofday()