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

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

Completed in 55 milliseconds