HomeSort by relevance Sort by last modified time
    Searched defs:pids (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 95 Set<Integer> pids = getPids(); local
96 assertTrue(pids.size() > 1); // at least vold and netd should exist
114 for (int i : pids) {
122 for (int i : pids) {
224 * Extract all the PIDs listening for netlink messages.
  /external/ltrace/sysdeps/linux-gnu/
trace.h 30 * This is used for bookkeeping related to PIDs that the event
102 struct pid_set pids; member in struct:process_stopping_handler
trace.c 186 get_task_info(struct pid_set *pids, pid_t pid)
190 for (i = 0; i < pids->count; ++i)
191 if (pids->tasks[i].pid == pid)
192 return &pids->tasks[i];
198 add_task_info(struct pid_set *pids, pid_t pid)
200 if (pids->count == pids->alloc) {
201 size_t ns = (2 * pids->alloc) ?: 4;
202 struct pid_task *n = realloc(pids->tasks,
203 sizeof(*pids->tasks) * ns)
244 struct pid_set *pids = data; local
274 struct pid_set *pids = data; local
941 struct pid_set pids; member in struct:ltrace_exiting_handler
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 349 pid_t pids[max_threads]; local
352 sig_pids = pids;
408 if (pids[i] == pid) {
422 pids[num_threads++] = pid;
481 ResumeAllProcessThreads(num_threads, pids);
489 pids, args->ap);
493 if (ResumeAllProcessThreads(num_threads, pids)) {
503 ResumeAllProcessThreads(num_threads, pids);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 349 pid_t pids[max_threads]; local
352 sig_pids = pids;
408 if (pids[i] == pid) {
422 pids[num_threads++] = pid;
481 ResumeAllProcessThreads(num_threads, pids);
489 pids, args->ap);
493 if (ResumeAllProcessThreads(num_threads, pids)) {
503 ResumeAllProcessThreads(num_threads, pids);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 1398 pid_t *pids, pid, wpid; local
1410 pids = zalloc(g->p.nr_proc * sizeof(*pids));
1434 pids[i] = pid;
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 840 struct snd_ctl_elem_id __user *pids; member in struct:snd_ctl_elem_list
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 837 struct snd_ctl_elem_id __user *pids; \/* R: IDs *\/ member in struct:snd_ctl_elem_list
    [all...]

Completed in 288 milliseconds