Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp320 if ((time(nullptr) - start_time) > kWaitpidTimeoutSeconds) { in InternalExec()
330 if (wait_pid == pid_ || (time(nullptr) - start_time) > kWaitpidTimeoutSeconds) { in InternalExec()
449 static constexpr size_t kWaitpidTimeoutSeconds = 10; member in MallocDebugSystemTest