Searched defs:time_now (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c74 time_now(void) function
291 t1 = time_now();
312 t1 = time_now();
334 s->t0 = time_now();
H A Dtest_pthread_rwlock.c73 time_now(void) function
268 t1 = time_now();
289 t1 = time_now();
311 s->t0 = time_now();
/system/vold/
H A Dcryptfs.c2253 struct timespec time_now; local
2254 if (clock_gettime(CLOCK_MONOTONIC, &time_now)) {
2257 double elapsed_time = difftime(time_now.tv_sec, data->time_started);

Completed in 58 milliseconds