Home
last modified time | relevance | path

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

/bionic/tests/
Dtime_test.cpp395 time_t cur_time = time(NULL); in TEST() local
396 while (!tdd.complete && (time(NULL) - cur_time) < 5); in TEST()
402 cur_time = time(NULL); in TEST()
403 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5); in TEST()