Searched refs:xSd (Results 1 – 1 of 1) sorted by relevance
263 static int vMBTCPPortMasterRxCheck(int xSd, fd_set* pxFdSet, int xTimeMs) in vMBTCPPortMasterRxCheck() argument271 xRes = select(xSd + 1, &xReadSet, NULL, &xErrorSet, &xTimeout); in vMBTCPPortMasterRxCheck()275 } else if ((xRes < 0) || FD_ISSET(xSd, &xErrorSet)) { in vMBTCPPortMasterRxCheck()