Lines Matching refs:pdFALSE
194 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate()
225 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupSync()
293 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync()
365 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupWaitBits()
389 if( xWaitConditionMet != pdFALSE ) in xEventGroupWaitBits()
397 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
419 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
428 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits()
461 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits()
486 if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits()
488 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
592 BaseType_t xMatchFound = pdFALSE; in xEventGroupSetBits()
619 xMatchFound = pdFALSE; in xEventGroupSetBits()
647 if( xMatchFound != pdFALSE ) in xEventGroupSetBits()
717 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vEventGroupDelete()
752 BaseType_t xWaitConditionMet = pdFALSE; in prvTestWaitCondition()
754 if( xWaitForAllBits == pdFALSE ) in prvTestWaitCondition()