Searched defs:tio_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
379 THR_BOUND | THR_NEW_LWP, &tio_thread) != 0) {
563 if (thr_kill(tio_thread, 0) == 0) {
568 (void) thr_join(tio_thread, NULL, NULL);

Completed in 58 milliseconds