HomeSort by relevance Sort by last modified time
    Searched refs:VM_STATE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
internal_linux.h 50 VM_STATE = 2, // Letter indicating the state of the process.
process_iterator_linux.cc 19 // This version only handles VM_COMM and VM_STATE, which are the only fields
24 if (field_num < internal::VM_COMM || field_num > internal::VM_STATE) {
103 GetProcStatsFieldAsString(proc_stats, internal::VM_STATE);

Completed in 134 milliseconds