Searched refs:pid_found (Results 1 – 2 of 2) sorted by relevance
388 Bool pid_found = False; in acquire_and_suspend_threads() local455 assert (!pid_found); in acquire_and_suspend_threads()457 pid_found = True; in acquire_and_suspend_threads()480 Bool pid_found = False; in detach_from_all_threads() local492 assert (!pid_found); in detach_from_all_threads()493 pid_found = True; in detach_from_all_threads()511 if (!pid_found && pid) { in detach_from_all_threads()
2270 Boolean pid_found = SBSProcessIDForDisplayIdentifier(bundleIDCFStr, &pid); in SBForkChildForPTraceDebugging() local2274 while (!pid_found && pid_poll_total < pid_poll_timeout) in SBForkChildForPTraceDebugging()2279 pid_found = SBSProcessIDForDisplayIdentifier(bundleIDCFStr, &pid); in SBForkChildForPTraceDebugging()2283 if (pid_found) in SBForkChildForPTraceDebugging()