Searched defs:worker_thread (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c288 * back in worker_thread(), so we don't need to worry about pesky things
508 worker_thread(workqueue_t *wq) function
695 (void *(*)(void *))worker_thread, wq);
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c87 void *worker_thread(void *);
146 * and is also called from other threads in worker_thread()
242 if (thr_create(NULL, 0, worker_thread, new_Lwp,
864 worker_thread(void *arg) function
1235 if (thr_create(NULL, 0, worker_thread,

Completed in 59 milliseconds