Searched defs:poll_tid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c1335 thread_t poll_tid; /* poll thread id */ member in struct:__anon1313
1531 polllist.poll_tid = (thread_t)-1;
1538 if (polllist.poll_tid == thr_self()) {
1541 polllist.poll_tid = (thread_t)-1;
1595 if (polllist.poll_tid != (thread_t)-1 || polllist.n_pids == 0)
1599 &polllist.poll_tid)) == 0)
1615 while (polllist.poll_tid != (thread_t)-1) {
1617 if ((err = thr_kill(polllist.poll_tid, SIGUSR1)) == 0)
1634 polllist.poll_tid, strerror(err));

Completed in 667 milliseconds