Searched refs:task_pid (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c236 int task_pid = pid_from_task(task); local
245 if (queue_empty(&task->threads) || task_pid == -1) {
251 if ((pid == -1) || (pid == task_pid)) {
262 if (have_pmap && task->active && save_loadinfo_p && task_pid > 0) {
286 if (have_pmap && save_kextloadinfo_p && task_pid == 0) {
299 task_snap->pid = task_pid;
305 if (task_pid != -1)
312 if (task64 && task_pid == 0)
415 if (task_pid > 0 && uuid_info_count > 0) {
430 } else if (task_pid
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.c2942 int task_pid; local
2947 task_pid = (TASK_NULL != task) ?
2949 snprintf((char *)out_content + size, *in_out_content_size - size, "%d", task_pid);
2954 task_pid = (TASK_NULL != task) ?
2957 "%d (%d of %d boosts) %s from pid ", task_pid,
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c439 int task_pid; local
448 if (KERN_SUCCESS == pid_for_task(task_in, &task_pid)) {
449 newConnection->callerPID = task_pid;

Completed in 139 milliseconds