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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 80 pthread_t tf_tid; /* Thread id */ member in struct:threadflow
threadflow.c 96 if (pthread_create(&threadflow->tf_tid, NULL,
169 if (threadflow->tf_tid) {
172 if (pthread_join(threadflow->tf_tid, &status) == 0)
203 (void) pthread_kill(threadflow->tf_tid, SIGKILL);

Completed in 60 milliseconds