Searched defs:poll (Results 1 – 10 of 10) sorted by relevance
15 let poll = crate::lmp::test::poll($ctx.1.as_mut()); localVariable35 let poll = crate::lmp::test::poll($ctx.1.as_mut()); localVariable
112 pub fn poll(future: Pin<&mut impl Future<Output = ()>>) -> Poll<()> { in poll() function
60 fn poll(self: Pin<&mut Self>, _cx: &mut task::Context<'_>) -> Poll<Self::Output> { in poll() function74 fn poll(self: Pin<&mut Self>, _cx: &mut task::Context<'_>) -> Poll<Self::Output> { in poll() function
67 void poll() { in poll() function
150 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<rustyline::Result<String>> { in poll() method
237 #define poll ___xxx_poll macro721 #define poll ___xxx_poll macro
421 native boolean doIsIsoDepNdefFormatable(byte[] poll, byte[] act); in doIsIsoDepNdefFormatable()
325 private SampleChunk poll(String key, long startPositionUs) { in poll() method in BufferManager.EvictChunkQueueMap
322 private SampleChunk poll(String key, long startPositionUs) { in poll() method in BufferManager.EvictChunkQueueMap
1118 public CallbackType poll() { in poll() method in VpnTest.TestSocketKeepaliveCallback