Searched refs:crasher_pid (Results 1 – 1 of 1) sorted by relevance
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 181 pid_t crasher_pid = -1; member in CrasherTest 213 if (crasher_pid != -1) { in ~CrasherTest() 214 kill(crasher_pid, SIGKILL); in ~CrasherTest() 216 TEMP_FAILURE_RETRY(waitpid(crasher_pid, &status, WUNTRACED)); in ~CrasherTest() 223 if (crasher_pid == -1) { in StartIntercept() 228 tombstoned_intercept(crasher_pid, &this->intercept_fd, output_fd, &response, intercept_type); in StartIntercept() 256 crasher_pid = forker(); in StartProcess() 257 if (crasher_pid == -1) { in StartProcess() 259 } else if (crasher_pid == 0) { in StartProcess() 283 pid_t pid = TIMEOUT(30, waitpid(crasher_pid, &status, 0)); in AssertDeath() [all …]
|