Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c581 static void taskq_d_thread(taskq_ent_t *);
1702 taskq_d_thread(taskq_ent_t *tqe) in taskq_d_thread() function
2261 t = lwp_kernel_create(tq->tq_proc, taskq_d_thread, in taskq_bucket_extend()
2264 t = thread_create(NULL, 0, taskq_d_thread, tqe, in taskq_bucket_extend()