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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.c 36 #include "threadflow.h"
45 * threads. Each worker threadflow spawns a separate filebench thread,
46 * with attributes inherited from a FLOW_MASTER threadflow created during
51 * threadflow which encapsulates the defined attributes and flowops of
53 * At runtime, a worker threadflow instance with an associated filebench
60 * Prints information about threadflow syntax.
76 * Creates a thread for the supplied threadflow. If interprocess
78 * memory needed by the amount specified in the threadflow's
80 * flowop_start() with a poineter to the threadflow supplied
84 threadflow_createthread(threadflow_t *threadflow)
125 threadflow_t *threadflow = procflow->pf_threads; local
277 threadflow_t *threadflow; local
364 threadflow_t *threadflow; local
415 threadflow_t *threadflow; local
439 threadflow_t *threadflow = threadlist; local
    [all...]
threadflow.h 72 typedef struct threadflow { struct
81 pthread_mutex_t tf_lock; /* Mutex around threadflow */
83 struct threadflow *tf_next; /* Next on proc list */
111 void flowop_start(threadflow_t *threadflow);
113 void threadflow_allstarted(pid_t pid, threadflow_t *threadflow);

Completed in 60 milliseconds