Home | History | Annotate | Download | only in source

Lines Matching defs:pid

60             const pid_t pid = proc_info.kp_proc.p_pid;
63 pid == our_pid || // Skip this process
64 pid == 0 || // Skip kernel (kernel pid is zero)
75 const int32_t pid_int32 = pid;
85 int return_val = proc_pidpath (pid, proc_path_buf, PATH_MAX);
157 pid_t pid = INVALID_NUB_PROCESS;
158 if (::SBSProcessIDForDisplayIdentifier ((CFStringRef)displayIdentifier, &pid) == true)
160 CFReleaser<CFNumberRef> pidCFNumber (::CFNumberCreate (alloc, kCFNumberSInt32Type, &pid));
229 IsSBProcess (nub_process_t pid)
232 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid));