Searched refs:xCount (Results 1 – 7 of 7) sorted by relevance
82 BaseType_t xCount = 0; in vStartUDPEchoClientTasks_SingleTasks() local101 xCount++; in vStartUDPEchoClientTasks_SingleTasks()105 configPRINTF( ( "Started %d / %d tasks\n", ( int ) xCount, ( int ) echoNUM_ECHO_CLIENTS ) ); in vStartUDPEchoClientTasks_SingleTasks()
114 BaseType_t xCount = 0; in vStartTCPEchoClientTasks_SingleTasks() local133 xCount++; in vStartTCPEchoClientTasks_SingleTasks()137 … configPRINTF( ( "Started %d / %d tasks\n", ( int ) xCount, ( int ) echoNUM_ECHO_CLIENTS ) ); in vStartTCPEchoClientTasks_SingleTasks()
59 BaseType_t xCount ) in FreeRTOS_CreateTCPServer() argument72 …xSize = sizeof( *pxServer ) - sizeof( pxServer->xServers ) + xCount * sizeof( pxServer->xServers[ … in FreeRTOS_CreateTCPServer()83 pxServer->xServerCount = xCount; in FreeRTOS_CreateTCPServer()86 for( xIndex = 0; xIndex < xCount; xIndex++ ) in FreeRTOS_CreateTCPServer()
122 BaseType_t xCount );
70 CK_ULONG xCount );92 CK_ULONG xCount ) in prvDestroyProvidedObjects() argument108 for( xIndex = 0; xIndex < xCount; xIndex++ ) in prvDestroyProvidedObjects()
651 CK_ULONG xCount = 0; in initializeClientKeys() local659 &xCount ); in initializeClientKeys()665 pxSlotIds = ( CK_SLOT_ID * ) pvPortMalloc( sizeof( CK_SLOT_ID ) * xCount ); in initializeClientKeys()678 &xCount ); in initializeClientKeys()
767 BaseType_t xCount; in prvProcessCommand() local769 for( xCount = 0; xCount < 3 && pxClient->pxWriteHandle; xCount++ ) in prvProcessCommand()
Completed in 22 milliseconds