Searched refs:tq_threadlist (Results 1 – 4 of 4) sorted by relevance
80 thread_t *tq_threadlist; member331 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP); in taskq_create_proc()342 tq, THR_BOUND, &tq->tq_threadlist[t]); in taskq_create_proc()372 (void) thr_join(tq->tq_threadlist[t], NULL, NULL); in taskq_destroy()374 kmem_free(tq->tq_threadlist, nthreads * sizeof (thread_t)); in taskq_destroy()394 if (tq->tq_threadlist[i] == (thread_t)(uintptr_t)t) in taskq_member()
160 #define tq_threadlist tq_thr._tq_threadlist macro
1571 tq->tq_threadlist[thread_id - 1] = curthread; in taskq_thread()1670 tq->tq_threadlist[thread_id - 1] = NULL; in taskq_thread()1995 tq->tq_threadlist = kmem_alloc( in taskq_create_common()2139 kmem_free(tq->tq_threadlist, sizeof (kthread_t *) * in taskq_destroy()
415 (uintptr_t)tq.tq_threadlist) == -1) { in taskq_thread_walk_init()