Searched refs:our_pid (Results 1 – 10 of 10) sorted by relevance
30 DWORD dac, our_pid; in main() local42 our_pid = GetCurrentProcessId(); in main()44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
48 pid_t our_pid = getpid(); in main() local82 if (pid == our_pid) in main()
184 const base::ProcessHandle our_pid = base::GetCurrentProcessHandle(); in WaitForExitWithTimeoutImpl() local185 if (handle == our_pid) { in WaitForExitWithTimeoutImpl()193 if (!exited && parent_pid != our_pid) { in WaitForExitWithTimeoutImpl()
166 const ::pid_t our_pid = getpid(); in FindProcessesImpl() local176 kinfo.p_pid == our_pid || // Skip this process in FindProcessesImpl()
40 const pid_t our_pid = getpid(); in GetProcesses() local58 pid == our_pid || // Skip this process in GetProcesses()
155 const ::pid_t our_pid = ::getpid(); in FindProcessesImpl() local189 if (kinfo.ki_pid == our_pid || // Skip this process in FindProcessesImpl()
181 const ::pid_t our_pid = ::getpid(); in FindProcessesImpl() local213 if (proc_kinfo[i].p_pid == our_pid || // Skip this process in FindProcessesImpl()
231 const lldb::pid_t our_pid = getpid(); in FindProcessesImpl() local241 if (pid == our_pid) in FindProcessesImpl()
614 const lldb::pid_t our_pid = getpid();631 our_pid || // Skip this process