HomeSort by relevance Sort by last modified time
    Searched defs:worker_thread (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
ctfmerge.c 290 * back in worker_thread(), so we don't need to worry about pesky things
510 worker_thread(workqueue_t *wq) function
697 (void *(*)(void *))worker_thread, wq);
  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 88 void *worker_thread(void *);
147 * and is also called from other threads in worker_thread()
243 if (thr_create(NULL, 0, worker_thread, new_Lwp,
877 worker_thread(void *arg) function
    [all...]

Completed in 1079 milliseconds