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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 76 int tf_running; /* Thread running indicator */ member in struct:threadflow
threadflow.c 196 while (wait_cnt && threadflow->tf_running) {
201 if (threadflow->tf_running) {
202 threadflow->tf_running = FALSE;
300 * seconds for each one to set its tf_running flag to 1. If not
324 while (waits && (threadflow->tf_running == 0) &&
flowop.c 338 if (threadflow->tf_running == 0) {
346 threadflow->tf_running = 0;
432 threadflow->tf_running = 1;
    [all...]

Completed in 0 milliseconds