Lines Matching refs:proc_suspended
6370 boolean_t proc_suspended = FALSE; in pmTellAppWithResponse() local
6387 proc_suspended = get_task_pidsuspended((task_t) proc_task(proc)); in pmTellAppWithResponse()
6388 if (proc_suspended) { in pmTellAppWithResponse()
6391 proc_suspended = true; in pmTellAppWithResponse()
6395 if (proc_suspended) { in pmTellAppWithResponse()
6601 boolean_t proc_suspended = FALSE; in pmTellCapabilityAppWithResponse() local
6608 proc_suspended = get_task_pidsuspended((task_t) proc_task(proc)); in pmTellCapabilityAppWithResponse()
6609 if (proc_suspended) { in pmTellCapabilityAppWithResponse()
6612 proc_suspended = true; in pmTellCapabilityAppWithResponse()
6616 if (proc_suspended) { in pmTellCapabilityAppWithResponse()
6953 boolean_t proc_suspended = FALSE; in tellAppClientApplier() local
6962 proc_suspended = get_task_pidsuspended((task_t) proc_task(proc)); in tellAppClientApplier()
6963 if (proc_suspended) { in tellAppClientApplier()
6966 proc_suspended = true; in tellAppClientApplier()
6970 if (proc_suspended) { in tellAppClientApplier()