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

/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c266 thread_t tio_thread, pc_thread; local
392 THR_BOUND | THR_NEW_LWP, &pc_thread) != 0) {
553 if (thr_kill(pc_thread, 0) == 0) {
559 (void) thr_join(pc_thread, NULL, NULL);

Completed in 44 milliseconds