Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Duart.c218 struct pollfd pollfd[] = { in platformUartProcess() local
225 rval = poll(pollfd, sizeof(pollfd) / sizeof(*pollfd), 0); in platformUartProcess()
235 if ((pollfd[0].revents & error_flags) != 0) in platformUartProcess()
241 if ((pollfd[1].revents & error_flags) != 0) in platformUartProcess()
247 if (pollfd[0].revents & POLLIN) in platformUartProcess()
260 if ((s_write_length > 0) && (pollfd[1].revents & POLLOUT)) in platformUartProcess()