Searched refs:poll_tid (Results 1 – 1 of 1) sorted by relevance
1333 thread_t poll_tid; /* poll thread id */ member1529 polllist.poll_tid = (thread_t)-1; in init_poll_thread()1536 if (polllist.poll_tid == thr_self()) { in cleanup_poll_thread()1539 polllist.poll_tid = (thread_t)-1; in cleanup_poll_thread()1593 if (polllist.poll_tid != (thread_t)-1 || polllist.n_pids == 0) in start_polling_thread()1597 &polllist.poll_tid)) == 0) in start_polling_thread()1613 while (polllist.poll_tid != (thread_t)-1) { in stop_polling_thread()1615 if ((err = thr_kill(polllist.poll_tid, SIGUSR1)) == 0) in stop_polling_thread()1632 polllist.poll_tid, strerror(err)); in stop_polling_thread()