Searched refs:poll_tid (Results 1 – 1 of 1) sorted by relevance
1335 thread_t poll_tid; /* poll thread id */ member1531 polllist.poll_tid = (thread_t)-1; in init_poll_thread()1538 if (polllist.poll_tid == thr_self()) { in cleanup_poll_thread()1541 polllist.poll_tid = (thread_t)-1; in cleanup_poll_thread()1595 if (polllist.poll_tid != (thread_t)-1 || polllist.n_pids == 0) in start_polling_thread()1599 &polllist.poll_tid)) == 0) in start_polling_thread()1615 while (polllist.poll_tid != (thread_t)-1) { in stop_polling_thread()1617 if ((err = thr_kill(polllist.poll_tid, SIGUSR1)) == 0) in stop_polling_thread()1634 polllist.poll_tid, strerror(err)); in stop_polling_thread()