Home
last modified time | relevance | path

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

/system/core/libcutils/
Ddebugger.c45 static int make_dump_request(debugger_action_t action, pid_t tid, int timeout_secs) { in make_dump_request() argument
57 if (timeout_secs > 0) { in make_dump_request()
59 tm.tv_sec = timeout_secs; in make_dump_request()
82 int dump_backtrace_to_file_timeout(pid_t tid, int fd, int timeout_secs) { in dump_backtrace_to_file_timeout() argument
83 int sock_fd = make_dump_request(DEBUGGER_ACTION_DUMP_BACKTRACE, tid, timeout_secs); in dump_backtrace_to_file_timeout()
106 int dump_tombstone_timeout(pid_t tid, char* pathbuf, size_t pathlen, int timeout_secs) { in dump_tombstone_timeout() argument
107 int sock_fd = make_dump_request(DEBUGGER_ACTION_DUMP_TOMBSTONE, tid, timeout_secs); in dump_tombstone_timeout()
/system/core/include/cutils/
Ddebugger.h61 int dump_tombstone_timeout(pid_t tid, char* pathbuf, size_t pathlen, int timeout_secs);
73 int dump_backtrace_to_file_timeout(pid_t tid, int fd, int timeout_secs);