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.c668 static void taskq_d_thread(taskq_ent_t *);
2236 taskq_d_thread(taskq_ent_t *tqe) in taskq_d_thread() function
3008 t = lwp_kernel_create(tq->tq_proc, taskq_d_thread, in taskq_bucket_extend()
3011 t = thread_create(NULL, 0, taskq_d_thread, tqe, in taskq_bucket_extend()