Searched defs:Poll (Results 1 – 4 of 4) sorted by relevance
97 int SyscallWrapperImpl::Poll(struct pollfd* fds, nfds_t nfds, int timeout) { in Poll() function in bluetooth::hal::SyscallWrapperImpl
268 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
285 fn poll(mut self: Pin<&mut Self>, cx: &mut std::task::Context<'_>) -> Poll<()> { in poll()
206 Poll, enumerator