Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vntsd/
H A Dconsole.c113 (void *)consp, 0, &consp->wr_tid)) { in create_write_thread()
459 assert(consp->wr_tid != (thread_t)-1); in connect_cons()
460 (void) thr_kill(consp->wr_tid, SIGUSR1); in connect_cons()
462 (void) thr_join(consp->wr_tid, NULL, NULL); in connect_cons()
H A Dvntsdvcc.c116 (void) thr_kill(consp->wr_tid, SIGUSR1); in cleanup_cons()
293 consp->wr_tid = (thread_t)-1; in alloc_cons()
H A Dvntsd.h283 thread_t wr_tid; /* write thread */ member