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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 110 int threadflow_init(procflow_t *);
procflow.c 97 * threadflow_init() for the specified procflow.
180 (void *(*)(void*))threadflow_init, procflow) != 0) {
272 * threadflow_init() which creates and runs the process' threads
273 * and flowops to completion. When threadflow_init() returns,
321 if ((ret = threadflow_init(procflow)) != FILEBENCH_OK) {
threadflow.c 116 * all the threads have been created, threadflow_init enters
119 * threadflow_init will return 0. If errors are encountered, it
123 threadflow_init(procflow_t *procflow) function

Completed in 3120 milliseconds