Searched refs:timeout_secs (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/services/Car/cpp/bugreport/ |
H A D | main.cpp | 279 bool waitpid_with_timeout(pid_t pid, int timeout_secs, int* status) { in waitpid_with_timeout() argument 289 timespec ts = {.tv_sec = timeout_secs, .tv_nsec = 0}; in waitpid_with_timeout() 323 int runCommand(int timeout_secs, const char* file, std::vector<const char*> args) { in runCommand() argument 352 bool ret = waitpid_with_timeout(pid, timeout_secs, &status); in runCommand()
|
/aosp12/art/runtime/ |
H A D | exec_utils.cc | 102 time_t timeout_secs, in ExecAndReturnCode() argument 126 timespec ts = {timeout_secs, 0}; in ExecAndReturnCode()
|
H A D | exec_utils.h | 36 time_t timeout_secs,
|
/aosp12/system/core/debuggerd/client/ |
H A D | debuggerd_client.cpp | 307 int dump_backtrace_to_file_timeout(pid_t tid, DebuggerdDumpType dump_type, int timeout_secs, in dump_backtrace_to_file_timeout() argument 318 int timeout_ms = timeout_secs > 0 ? timeout_secs * 1000 : 0; in dump_backtrace_to_file_timeout()
|
/aosp12/system/core/debuggerd/include/debuggerd/ |
H A D | client.h | 33 int dump_backtrace_to_file_timeout(pid_t tid, enum DebuggerdDumpType dump_type, int timeout_secs,
|