Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 77) sorted by relevance

1234

/system/core/libprocessgroup/
Dprocessgroup.cpp267 int processes = 0; in doKillProcessGroupOnce() local
269 processes++; in doKillProcessGroupOnce()
315 return ret >= 0 ? processes : ret; in doKillProcessGroupOnce()
322 int processes; in killProcessGroup() local
323 while ((processes = doKillProcessGroupOnce(uid, initialPid, signal)) > 0) { in killProcessGroup()
324 LOG(VERBOSE) << "Killed " << processes << " processes for processgroup " << initialPid; in killProcessGroup()
333 if (processes < 0) { in killProcessGroup()
348 if (processes == 0) { in killProcessGroup()
357 << " in " << static_cast<int>(ms) << "ms, " << processes in killProcessGroup()
/system/sepolicy/vendor/
Dvndservicemanager.te1 # vndservicemanager - the Binder context manager for vendor processes
8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
/system/extras/iotop/
Diotop.cpp102 bool processes = false; in main() local
152 processes = true; in main()
186 if (processes) { in main()
205 if (processes) { in main()
212 if (processes) { in main()
/system/sepolicy/prebuilts/api/26.0/private/
Dincidentd.te12 # Allow incidentd to scan through /proc/pid for all processes
16 # Send signals to processes
34 # Signal java processes to dump their stack and get the results
39 # Signal native processes to dump their stack.
58 # Reading /proc/PID/maps of other processes
Ddexoptanalyzer.te7 # own label, which differs from other labels created by other processes.
9 #processes.
Ddomain.te6 # Limit ability to ptrace or read sensitive /proc/pid files of processes
Datrace.te20 # atrace pokes all the binder-enabled processes at startup.
Dinit.te5 # Transitions to seclabel processes in init.rc
/system/sepolicy/private/
Dincidentd.te12 # Allow incidentd to scan through /proc/pid for all processes
16 # Send signals to processes
34 # Signal java processes to dump their stack and get the results
39 # Signal native processes to dump their stack.
58 # Reading /proc/PID/maps of other processes
Ddexoptanalyzer.te7 # own label, which differs from other labels created by other processes.
9 #processes.
Ddomain.te6 # Limit ability to ptrace or read sensitive /proc/pid files of processes
Datrace.te23 # atrace pokes all the binder-enabled processes at startup.
Dinit.te5 # Transitions to seclabel processes in init.rc
/system/extras/simpleperf/
Devent_selection_set.h92 void AddMonitoredProcesses(const std::set<pid_t>& processes) { in AddMonitoredProcesses() argument
93 processes_.insert(processes.begin(), processes.end()); in AddMonitoredProcesses()
/system/sepolicy/public/
Dvndservicemanager.te1 # vndservicemanager - the Binder context manager for vendor processes
Dwebview_zygote.te2 # isolated_app processes for rendering untrusted web content.
Dcrash_dump.te18 # Write to the IPC pipe inherited from crashing processes.
19 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
Ddumpstate.te13 # Allow dumpstate to scan through /proc/pid for all processes
17 # Send signals to processes
55 # Signal java processes to dump their stack
58 # Signal native processes to dump their stack.
118 # Reading /proc/PID/maps of other processes
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/sepolicy/prebuilts/api/26.0/public/
Dvndservicemanager.te1 # vndservicemanager - the Binder context manager for vendor processes
Dwebview_zygote.te2 # isolated_app processes for rendering untrusted web content.
Dcrash_dump.te23 # Write to the IPC pipe inherited from crashing processes.
24 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
Ddumpstate.te13 # Allow dumpstate to scan through /proc/pid for all processes
17 # Send signals to processes
52 # Signal java processes to dump their stack
55 # Signal native processes to dump their stack.
105 # Reading /proc/PID/maps of other processes
Dvendor_toolbox.te2 # Non-vendor processes are not allowed to execute the binary
/system/netd/tests/benchmarks/
DREADME.md18 includes any time spent in other processes.
26 does not include any time spent in other processes or blocking on I/O.

1234