Searched defs:POLL (Results 1 – 9 of 9) sorted by relevance
7 const POLL: Poll<usize> = Poll::Pending; in poll_const() constant
22 POLL("poll"), enumConstant
23 POLL(-1), enumConstant
39 #define POLL 0x8 macro
80 enum class Poll : uint8_t {NOT_SET = 0x0,POLL = 0x1,}; enumerator