Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp53 time_t timeout_seconds = kTimeoutSeconds) { in Exec() argument
99 if ((time(nullptr) - start_time) > timeout_seconds) { in Exec()
115 if ((time(nullptr) - start_time) > timeout_seconds) { in Exec()
125 if (wait_pid == *pid || (time(nullptr) - start_time) > timeout_seconds) { in Exec()
177 time_t timeout_seconds = kTimeoutSeconds) { in FindStrings() argument
193 if ((time(nullptr) - start) > timeout_seconds) { in FindStrings()