Searched refs:ulFlags (Results 1 – 1 of 1) sorted by relevance
383 ULONG ulFlags = fcntl(pxInfo->xSockId, F_GETFL); in xMBTCPPortMasterSetNonBlocking() local384 if (fcntl(pxInfo->xSockId, F_SETFL, ulFlags | O_NONBLOCK) == -1) { in xMBTCPPortMasterSetNonBlocking()