Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h67 USBSER_THR_EXITED = 0x04 /* thread exited */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1898 } while ((thr->thr_flags & USBSER_THR_EXITED) == 0); in usbser_thr_cancel()
1955 thr->thr_flags |= USBSER_THR_EXITED; in usbser_wq_thread()
2010 thr->thr_flags |= USBSER_THR_EXITED; in usbser_rq_thread()