xNumOfOverflows is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xNumOfOverflows variable

Syntax

PRIVILEGED_DATA static volatile BaseType_t xNumOfOverflows = ( BaseType_t ) 0;

References

LocationReferrerText
tasks.c:376
PRIVILEGED_DATA static volatile BaseType_t xNumOfOverflows = ( BaseType_t ) 0;
tasks.c:2729xTaskIncrementTick()
tasks.c:3259vTaskSetTimeOutState()
pxTimeOut->xOverflowCount = xNumOfOverflows;
tasks.c:3269vTaskInternalSetTimeOutState()
pxTimeOut->xOverflowCount = xNumOfOverflows;
tasks.c:3309xTaskCheckForTimeOut()
if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEntering ) ) /*lint !e525 Indentation preferred as is to make code within pre-processor directives clearer. */

Data Use

Functions writing xNumOfOverflows
Functions reading xNumOfOverflows
all items filtered out
xNumOfOverflows
Type of xNumOfOverflows
xNumOfOverflows
all items filtered out