Searched refs:taskq_thread (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 244 taskq_thread(void *arg) in taskq_thread() function 341 (void) thr_create(0, 0, taskq_thread, in taskq_create_proc()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | taskq.c | 580 static void taskq_thread(void *); 1479 t = lwp_kernel_create(tq->tq_proc, taskq_thread, tq, TS_RUN, in taskq_thread_create() 1482 t = thread_create(NULL, 0, taskq_thread, tq, 0, tq->tq_proc, in taskq_thread_create() 1537 taskq_thread(void *arg) in taskq_thread() function
|