Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/BufferManagement/
HDBufferAllocation_1.c77 static char cIsLow = pdFALSE; variable
131 …if( ( ( cIsLow == 0 ) && ( uxCount <= WARN_LOW ) ) || ( ( cIsLow != 0 ) && ( uxCount >= WARN_HIGH … in prvShowWarnings()
133 cIsLow = !cIsLow; in prvShowWarnings()
134 …FreeRTOS_debug_printf( ( "*** Warning *** %s %lu buffers left\n", cIsLow ? "only" : "now", uxCount… in prvShowWarnings()