Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp396 fd_set writeFds; in WaitForWritable() local
402 FD_ZERO(&writeFds); in WaitForWritable()
404 FD_SET(mSockFd, &writeFds); in WaitForWritable()
407 rval = select(mSockFd + 1, nullptr, &writeFds, &errorFds, &timeout); in WaitForWritable()
411 if (FD_ISSET(mSockFd, &writeFds)) in WaitForWritable()