OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VM_PPID
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/process/
process_handle_linux.cc
19
internalAIX::
VM_PPID
);
21
internal::ReadProcStatsAndGetFieldAsInt64(process, internal::
VM_PPID
);
internal_aix.h
54
VM_PPID
= 3, // PID of the parent.
internal_linux.h
55
VM_PPID
= 3, // PID of the parent.
internal_aix.cc
117
DCHECK_GE(field_num,
VM_PPID
);
126
DCHECK_GE(field_num,
VM_PPID
);
process_iterator_linux.cc
138
entry_.ppid_ = GetProcStatsFieldAsInt64(proc_stats, internal::
VM_PPID
);
internal_linux.cc
125
DCHECK_GE(field_num,
VM_PPID
);
134
DCHECK_GE(field_num,
VM_PPID
);
Completed in 382 milliseconds