Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dhttp_client_test.c124 static BaseType_t xAllowedToStart[ echoNUM_HTTP_CLIENTS ] = { 0 }; variable
198 xAllowedToStart[ uxIndex ]++; in wakeupHTTPClient()
279 while( xAllowedToStart[ uxInstance ] == 0 ) in prvEchoClientTask()
284 xAllowedToStart[ uxInstance ] = 0; in prvEchoClientTask()