Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c735 BaseType_t xRound; in vTCPWindowDestroy() local
742 for( xRound = 0; xRound < 2; xRound++ ) in vTCPWindowDestroy()
744 if( xRound != 0 ) in vTCPWindowDestroy()
DFreeRTOS_Sockets.c4894 BaseType_t xRound; in vSocketSelect() local
4906 for( xRound = 0; xRound <= xLastRound; xRound++ ) in vSocketSelect()
4911 if( xRound == 0 ) in vSocketSelect()