Searched defs:aErrorFdSet (Results 1 – 4 of 4) sorted by relevance
/external/openthread/src/posix/platform/ |
D | virtual_time.cpp | 164 fd_set * aErrorFdSet, in virtualTimeUpdateFdSet() 182 const fd_set *aErrorFdSet) in virtualTimeProcess()
|
D | system.cpp | 291 static int trySelect(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int aMaxFd) in trySelect()
|
D | netif.cpp | 1803 void platformNetifUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aM… 1842 …latformNetifProcess(const fd_set *aReadFdSet, const fd_set *aWriteFdSet, const fd_set *aErrorFdSet)
|
/external/openthread/examples/platforms/simulation/ |
D | uart.c | 179 void platformUartUpdateFdSet(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int *aMa… in platformUartUpdateFdSet()
|