Home | History | Annotate | Download | only in MacOSX

Lines Matching defs:pid

236 static void get_threads_profile_data(DNBProfileDataScanType scanType, task_t task, nub_process_t pid, std::vector<uint64_t> &threads_id, std::vector<std::string> &threads_name, std::vector<uint64_t> &threads_used_usec)
266 int len = ::proc_pidinfo(pid, PROC_PIDTHREADINFO, identifier_info.thread_handle, &proc_threadinfo, PROC_PIDTHREADINFO_SIZE);
476 MachTask::TaskPortForProcessID (pid_t pid, DNBError &err, uint32_t num_retries, uint32_t usec_interval)
478 if (pid != INVALID_NUB_PROCESS)
485 err = ::task_for_pid ( task_self, pid, &task);
492 "::task_for_pid ( target_tport = 0x%4.4x, pid = %d, &task ) => err = 0x%8.8x (%s)",
494 pid,
699 pid_t pid = mach_proc->ProcessID();
705 watchdog.reset(::SBSWatchdogAssertionCreateForPID(NULL, pid, 60));
706 DNBLogThreadedIf(LOG_TASK, "::SBSWatchdogAssertionCreateForPID (NULL, %4.4x, 60 ) => %p", pid, watchdog.get());