Home
last modified time | relevance | path

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

/bionic/tests/
Dtime_test.cpp543 time_t cur_time = time(NULL); in TEST() local
544 while (!tdd.complete && (time(NULL) - cur_time) < 5); in TEST()
550 cur_time = time(NULL); in TEST()
551 while ((kill(tdd.tid, 0) != -1 || errno != ESRCH) && (time(NULL) - cur_time) < 5); in TEST()