Home
last modified time | relevance | path

Searched refs:wq_thread (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctfmerge.h80 pthread_t *wq_thread; member
H A Dctfmerge.c641 wq->wq_thread = xmalloc(sizeof (pthread_t) * wq->wq_nthreads); in wq_init()
694 pthread_create(&wq->wq_thread[i], NULL, in start_threads()
710 pthread_join(wq->wq_thread[i], NULL); in join_threads()