Lines Matching refs:pdFALSE
385 if( uxAutoReload != pdFALSE ) in prvInitialiseNewTimer()
468 if( uxAutoReload != pdFALSE ) in vTimerSetReloadMode()
492 uxReturn = ( UBaseType_t ) pdFALSE; in uxTimerGetReloadMode()
545 …Timer, ( xNextExpireTime + pxTimer->xTimerPeriodInTicks ), xTimeNow, xNextExpireTime ) != pdFALSE ) in prvProcessExpiredTimer()
624 if( xTimerListsWereSwitched == pdFALSE ) in prvProcessTimerOrBlockTask()
627 if( ( xListWasEmpty == pdFALSE ) && ( xNextExpireTime <= xTimeNow ) ) in prvProcessTimerOrBlockTask()
644 if( xListWasEmpty != pdFALSE ) in prvProcessTimerOrBlockTask()
656 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask()
698 if( *pxListWasEmpty == pdFALSE ) in prvGetNextExpireTime()
726 *pxTimerListsWereSwitched = pdFALSE; in prvSampleTimeNow()
740 BaseType_t xProcessTimerNow = pdFALSE; in prvInsertTimerInActiveList()
818 …if( listIS_CONTAINED_WITHIN( NULL, &( pxTimer->xTimerListItem ) ) == pdFALSE ) /*lint !e961. The c… in prvProcessReceivedCommands()
848 … + pxTimer->xTimerPeriodInTicks, xTimeNow, xMessage.u.xTimerParameters.xMessageValue ) != pdFALSE ) in prvProcessReceivedCommands()
940 while( listLIST_IS_EMPTY( pxCurrentTimerList ) == pdFALSE ) in prvSwitchTimerLists()
1052 xReturn = pdFALSE; in xTimerIsTimerActive()