Searched refs:listen_tid (Results 1 – 2 of 2) sorted by relevance
258 (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()
301 thread_t listen_tid; /* listen thread */ member