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

  /external/libchrome/base/process/
process_iterator_linux.cc 116 std::string runstate = local
118 if (runstate.size() != 1) {
125 if (runstate[0] != 'Z')
  /external/fio/
fio.h 206 volatile int runstate; member in struct:thread_data
566 * Thread life cycle. Once a thread has a runstate beyond TD_INITIALIZED, it
612 extern const char *runstate_to_name(int runstate);

Completed in 79 milliseconds