Home
last modified time | relevance | path

Searched refs:proc_suspended (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6370 boolean_t proc_suspended = FALSE; in pmTellAppWithResponse() local
6388 if (proc_suspended) { in pmTellAppWithResponse()
6391 proc_suspended = true; in pmTellAppWithResponse()
6395 if (proc_suspended) { in pmTellAppWithResponse()
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
6963 if (proc_suspended) { in tellAppClientApplier()
6966 proc_suspended = true; in tellAppClientApplier()
[all …]