Searched refs:listen_tid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsdvcc.c258 (void) thr_kill(groupp->listen_tid, SIGUSR1);
266 (void) thr_join(groupp->listen_tid, NULL, NULL);
351 groupp->listen_tid = (thread_t)-1;
491 (void *)groupp, THR_DETACHED, &groupp->listen_tid))
501 groupp->listen_tid = (thread_t)-1;
H A Dvntsd.h301 thread_t listen_tid; /* listen thread */ member in struct:vntsd_group

Completed in 60 milliseconds