Home
last modified time | relevance | path

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

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