OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_pids
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
__init__.py
48
all_pids
= ([self._browser_backend.pid] +
53
for pid in
all_pids
:
/external/chromium_org/chrome/browser/
memory_details_mac.cc
105
std::vector<base::ProcessId>
all_pids
;
local
112
all_pids
.push_back(entry->pid());
136
all_pids
.push_back(entry->pid());
142
process_info.Sample(
all_pids
);
/external/lldb/tools/darwin-threads/
examine-threads.c
32
pid_t *
all_pids
= (pid_t *) malloc (all_pids_size);
local
35
process_count = proc_listpids (PROC_ALL_PIDS, 0,
all_pids
, all_pids_size) / sizeof (pid_t);
43
int pidpath_len = proc_pidpath (
all_pids
[i], pidpath, sizeof (pidpath));
51
if (
all_pids
[i] > highest_pid)
52
highest_pid =
all_pids
[i];
55
free (
all_pids
);
Completed in 3720 milliseconds