Searched refs:wr_tid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dconsole.c115 (void *)consp, NULL, &consp->wr_tid)) {
461 assert(consp->wr_tid != (thread_t)-1);
462 (void) thr_kill(consp->wr_tid, SIGUSR1);
464 (void) thr_join(consp->wr_tid, NULL, NULL);
H A Dvntsd.h283 thread_t wr_tid; /* write thread */ member in struct:vntsd_cons
H A Dvntsdvcc.c117 (void) thr_kill(consp->wr_tid, SIGUSR1);
294 consp->wr_tid = (thread_t)-1;

Completed in 48 milliseconds