Searched defs:pollResult (Results 1 – 3 of 3) sorted by relevance
103 int pollResult = arm::pipe::Poll(&m_Socket[0], 1, static_cast<int>(timeout)); in ReadPacket() local
464 …override val pollResult: E, // E | Closed - the result pollInternal returns when it rendezvous wit… in <lambda>() constant in SendSelect497 override val pollResult: Any? get() = element in <lambda>() constant in SendBuffered755 val pollResult = pollSelectInternal(select) in registerSelectReceiveMode() constant1040 …abstract val pollResult: Any? // E | Closed - the result pollInternal returns when it rendezvous w… constant in Send1068 override val pollResult: E, in tryResumeReceive() constant in SendElement1111 override val pollResult get() = this constant in Closed
119 int pollResult = arm::pipe::Poll(pollingFd, 1, static_cast<int>(timeoutMs)); in WaitForPacket() local