Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/CBMCStubLibrary/
DtasksStubs.c18 static BaseType_t xCounter = TASK_STUB_COUNTER; variable
32 xCounter = maxCounter; in vInitTaskCheckForTimeOut()
42 ++xCounter; in xTaskCheckForTimeOut()
44 if( xCounter == xCounterLimit ) in xTaskCheckForTimeOut()