Home
last modified time | relevance | path

Searched defs:pollResult (Results 1 – 3 of 3) sorted by relevance

/external/armnn/src/profiling/
DSocketProfilingConnection.cpp103 int pollResult = arm::pipe::Poll(&m_Socket[0], 1, static_cast<int>(timeout)); in ReadPacket() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt464 …override val pollResult: E, // E | Closed - the result pollInternal returns when it rendezvous wit… in <lambda>() constant in SendSelect
497 override val pollResult: Any? get() = element in <lambda>() constant in SendBuffered
755 val pollResult = pollSelectInternal(select) in registerSelectReceiveMode() constant
1040 …abstract val pollResult: Any? // E | Closed - the result pollInternal returns when it rendezvous w… constant in Send
1068 override val pollResult: E, in tryResumeReceive() constant in SendElement
1111 override val pollResult get() = this constant in Closed
/external/armnn/profiling/server/src/basePipeServer/
DBasePipeServer.cpp119 int pollResult = arm::pipe::Poll(pollingFd, 1, static_cast<int>(timeoutMs)); in WaitForPacket() local