Searched refs:tq_threadlist (Results 1 – 1 of 1) sorted by relevance
45 thread_t *tq_threadlist; member261 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP); in taskq_create()272 tq, THR_BOUND, &tq->tq_threadlist[t]); in taskq_create()302 (void) thr_join(tq->tq_threadlist[t], NULL, NULL); in taskq_destroy()304 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t)); in taskq_destroy()324 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t) in taskq_member()