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

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h99 struct pollstate;
104 typedef struct pollstate pollstate_t;
128 struct pollstate { struct
145 /* pollstate flags */
213 * per polled fd hanging off pollstate struct.
285 * pollstate_create initializes per-thread pollstate
286 * pollstate_destroy cleans up per-thread pollstate
287 * pollstate_enter safely lock pollcache for pollstate
288 * pollstate_exit unlock pollcache from pollstate

Completed in 57 milliseconds