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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
procflow.h 44 int pf_running; member in struct:procflow
procflow.c 120 procflow->pf_running = 0;
178 procflow->pf_running = 1;
182 procflow->pf_running = 0;
313 procflow->pf_running = 1;
335 procflow->pf_running = 0;
499 * Common routine to sleep for wait_cnt seconds or for pf_running to
500 * go false. Checks once a second to see if pf_running has gone false.
505 while (procflow->pf_running & wait_cnt) {
529 procflow->pf_running = 0;
559 * seconds for each one to set its pf_running flag to 1. If no
    [all...]
threadflow.c 178 procflow->pf_running = 0;

Completed in 60 milliseconds