Home
last modified time | relevance | path

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

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