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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_localfs.c 251 if (flowop->fo_thread->tf_aiolist == NULL) {
252 flowop->fo_thread->tf_aiolist = aiolist;
255 aiolist->al_next = flowop->fo_thread->tf_aiolist;
256 flowop->fo_thread->tf_aiolist = aiolist;
270 aiolist_t *aiolist = flowop->fo_thread->tf_aiolist;
295 flowop->fo_thread->tf_aiolist = match->al_next;
384 aiolist_t *aio = flowop->fo_thread->tf_aiolist;
450 aio = flowop->fo_thread->tf_aiolist;
flowop.h 61 struct threadflow *fo_thread; /* Backpointer to thread */ member in struct:flowop
flowop.c 675 if (flowop->fo_thread)
676 (void) close(flowop->fo_thread->tf_lwpusagefd);
750 * pointers are set to NULL, and fo_thread is set to point to
801 flowop->fo_thread = threadflow;
1122 err = flowop_create_runtime_flowops(flowop->fo_thread,
    [all...]

Completed in 60 milliseconds