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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c125 * the pollhead which is used by VOP_POLL and pollwakeup
150 * pollwakeup (and polltime), and
161 * structures (which are accessed by poll, pollwakeup, and polltime)
171 * lwp_exit; and pc_lock with pollwakeup.
175 * while pollwakeup does it in the reverse order. Thus pollwakeup implements
177 * reverse order. For this to work pollwakeup needs to prevent the thread
206 * ps_lock is held when acquiring pc_lock (except when pollwakeup
211 * when acquiring PHLOCK (in polladd/pollhead_delete and pollwakeup called
217 * pollwakeup trie
765 pollwakeup(pollhead_t *php, short events_arg) function
[all...]

Completed in 80 milliseconds