Searched refs:waitfor_pid (Results 1 – 1 of 1) sorted by relevance
708 nub_process_t waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait() local710 while (waitfor_pid == INVALID_NUB_PROCESS) { in DNBProcessAttachWait()715 waitfor_pid = pid; in DNBProcessAttachWait()741 waitfor_pid = curr_pid; in DNBProcessAttachWait()749 if (waitfor_pid == INVALID_NUB_PROCESS) { in DNBProcessAttachWait()769 waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait()777 if (waitfor_pid != INVALID_NUB_PROCESS) { in DNBProcessAttachWait()779 waitfor_process_name, waitfor_pid); in DNBProcessAttachWait()780 waitfor_pid = DNBProcessAttach(waitfor_pid, timeout_abstime, in DNBProcessAttachWait()784 bool success = waitfor_pid != INVALID_NUB_PROCESS; in DNBProcessAttachWait()[all …]