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.cpp288 time_t start_time = time(nullptr); in InternalExec() local
305 if ((time(nullptr) - start_time) > kReadOutputTimeoutSeconds) { in InternalExec()
313 start_time = time(nullptr); in InternalExec()
320 if ((time(nullptr) - start_time) > kWaitpidTimeoutSeconds) { in InternalExec()
326 start_time = time(nullptr); in InternalExec()
330 if (wait_pid == pid_ || (time(nullptr) - start_time) > kWaitpidTimeoutSeconds) { in InternalExec()