Home
last modified time | relevance | path

Searched refs:tio_thread (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cdrw/
H A Dtrackio.c266 thread_t tio_thread, pc_thread; in write_track() local
379 THR_BOUND | THR_NEW_LWP, &tio_thread) != 0) { in write_track()
563 if (thr_kill(tio_thread, 0) == 0) { in write_track()
568 (void) thr_join(tio_thread, NULL, NULL); in write_track()