Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp102 time_t start_time = time(nullptr); in Exec() local
119 if ((time(nullptr) - start_time) > timeout_seconds) { in Exec()
128 start_time = time(nullptr); in Exec()
135 if ((time(nullptr) - start_time) > timeout_seconds) { in Exec()
141 start_time = time(nullptr); in Exec()
145 if (wait_pid == *pid || (time(nullptr) - start_time) > timeout_seconds) { in Exec()