Searched refs:thr_flags (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c54 int thr_flags = 0; local
57 thr_flags = THR_BOUND;
64 thr_flags |= THR_SUSPENDED;
72 rc = thr_create(NULL, 0, thr_func, arg, thr_flags, &newtid);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c169 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); local
191 if (thr_create(NULL, 0, sig_handler, 0, thr_flags, &sig_thread)) {
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1871 ASSERT((thr->thr_flags & USBSER_THR_RUNNING) == 0);
1873 thr->thr_flags = USBSER_THR_RUNNING;
1891 thr->thr_flags &= ~USBSER_THR_RUNNING;
1898 } while ((thr->thr_flags & USBSER_THR_EXITED) == 0);
1910 thr->thr_flags |= USBSER_THR_WAKE;
1927 while (thr->thr_flags & USBSER_THR_RUNNING) {
1931 if (thr->thr_flags & USBSER_THR_WAKE) {
1932 thr->thr_flags &= ~USBSER_THR_WAKE;
1955 thr->thr_flags |= USBSER_THR_EXITED;
1974 while (thr->thr_flags
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h55 uint_t thr_flags; /* state flags */ member in struct:usbser_thread
62 * thr_flags
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c727 long thr_flags = THR_DETACHED; local
830 thr_flags, &s_dns_qthread);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c375 long thr_flags = (THR_NEW_LWP|THR_DAEMON); local
618 if (thr_create(NULL, 0, nfsauth_svc, 0, thr_flags, &nfsauth_thread)) {
630 if (thr_create(NULL, 0, cmd_svc, 0, thr_flags, &cmd_thread)) {
642 if (thr_create(NULL, 0, logging_svc, 0, thr_flags, &logging_thread)) {

Completed in 73 milliseconds