Searched refs:wr_tid (Results 1 – 3 of 3) sorted by relevance
115 (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()
117 (void) thr_kill(consp->wr_tid, SIGUSR1); in cleanup_cons()294 consp->wr_tid = (thread_t)-1; in alloc_cons()
283 thread_t wr_tid; /* write thread */ member