Searched refs:aErrorFdSet (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/examples/platforms/simulation/ |
D | uart.c | 175 void platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMa… in platformUartUpdateFdSet() argument 178 utilsAddFdToFdSet(s_in_fd, aErrorFdSet, aMaxFd); in platformUartUpdateFdSet() 183 utilsAddFdToFdSet(s_out_fd, aErrorFdSet, aMaxFd); in platformUartUpdateFdSet()
|
D | platform-simulation.h | 201 void platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMa…
|