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

  /external/fio/
libfio.c 167 void td_set_runstate(struct thread_data *td, int runstate)
169 if (td->runstate == runstate)
172 dprint(FD_PROCESS, "pid=%d: runstate %d -> %d\n", (int) td->pid,
173 td->runstate, runstate);
174 td->runstate = runstate;
179 int old_state = td->runstate;
210 else if (td->runstate < TD_RAMP
    [all...]
eta.c 19 switch (td->runstate) {
91 log_err("state %d\n", td->runstate);
173 if (td->runstate == TD_RUNNING || td->runstate == TD_VERIFYING) {
204 } else if (td->runstate == TD_NOT_CREATED || td->runstate == TD_CREATED
205 || td->runstate == TD_INITIALIZED
206 || td->runstate == TD_SETTING_UP
207 || td->runstate == TD_RAMP
208 || td->runstate == TD_PRE_READING)
    [all...]
backend.c     [all...]
fio.h 145 volatile int runstate; member in struct:thread_data
462 * Thread life cycle. Once a thread has a runstate beyond TD_INITIALIZED, it
io_u.c 187 if (td->runstate != TD_VERIFYING)
    [all...]
  /external/chromium_org/base/process/
process_iterator_linux.cc 102 std::string runstate = local
104 if (runstate.size() != 1) {
111 if (runstate[0] != 'Z')
  /external/fio/engines/
net.c 678 state = td->runstate;
840 state = td->runstate;

Completed in 298 milliseconds