Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Duart.c217 const int error_flags = POLLERR | POLLNVAL | POLLHUP; in platformUartProcess() local
219 {s_in_fd, POLLIN | error_flags, 0}, in platformUartProcess()
220 {s_out_fd, POLLOUT | error_flags, 0}, in platformUartProcess()
235 if ((pollfd[0].revents & error_flags) != 0) in platformUartProcess()
241 if ((pollfd[1].revents & error_flags) != 0) in platformUartProcess()