Searched defs:taskq_thread (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c191 taskq_thread(void *arg) function
271 (void) thr_create(0, 0, taskq_thread,
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c221 taskq_thread(void *arg) function
309 (void) thr_create(0, 0, taskq_thread,
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c267 * |... | taskq_thread()-----+
293 * TQ_APPEND() and processed from the front of the list by taskq_thread() in
304 * * tq_nthreads - The number of threads in taskq_thread() for the
308 * taskq_thread(); includes newly created threads
326 * Each thread starts in taskq_thread(), clears the TASKQ_THREAD_CREATED
404 * Before executing a task taskq_thread() (executing non-dynamic task
408 * taskq_thread to continue execution.
573 static void taskq_thread(void *);
1446 t = lwp_kernel_create(tq->tq_proc, taskq_thread, tq, TS_RUN,
1449 t = thread_create(NULL, 0, taskq_thread, t
1504 taskq_thread(void *arg) function
[all...]

Completed in 50 milliseconds