Lines Matching refs:pdFALSE
305 if( xNewQueue == pdFALSE ) in xQueueGenericReset()
312 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueGenericReset()
314 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueGenericReset()
461 pxNewQueue->ucStaticallyAllocated = pdFALSE; in xQueueGenericCreate()
816 BaseType_t xEntryTimeSet = pdFALSE, xYieldRequired; in xQueueGenericSend()
865 … else if( prvNotifyQueueSetContainer( pxQueue, xCopyPosition ) != pdFALSE ) in xQueueGenericSend()
881 … if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGenericSend()
883 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGenericSend()
896 else if( xYieldRequired != pdFALSE ) in xQueueGenericSend()
916 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGenericSend()
918 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGenericSend()
931 else if( xYieldRequired != pdFALSE ) in xQueueGenericSend()
962 else if( xEntryTimeSet == pdFALSE ) in xQueueGenericSend()
989 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
991 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueGenericSend()
1011 if( xTaskResumeAll() == pdFALSE ) in xQueueGenericSend()
1105 if( prvNotifyQueueSetContainer( pxQueue, xCopyPosition ) != pdFALSE ) in xQueueGenericSendFromISR()
1126 … if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGenericSendFromISR()
1128 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGenericSendFromISR()
1154 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGenericSendFromISR()
1156 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGenericSendFromISR()
1275 … if( prvNotifyQueueSetContainer( pxQueue, queueSEND_TO_BACK ) != pdFALSE ) in xQueueGiveFromISR()
1296 … if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGiveFromISR()
1298 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGiveFromISR()
1324 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGiveFromISR()
1326 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGiveFromISR()
1377 BaseType_t xEntryTimeSet = pdFALSE; in xQueueReceive()
1416 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueReceive()
1418 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueReceive()
1445 else if( xEntryTimeSet == pdFALSE ) in xQueueReceive()
1472 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1476 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()
1484 if( xTaskResumeAll() == pdFALSE ) in xQueueReceive()
1519 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueReceive()
1536 BaseType_t xEntryTimeSet = pdFALSE; in xQueueSemaphoreTake()
1541 BaseType_t xInheritanceOccurred = pdFALSE; in xQueueSemaphoreTake()
1596 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueSemaphoreTake()
1598 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueSemaphoreTake()
1624 configASSERT( xInheritanceOccurred == pdFALSE ); in xQueueSemaphoreTake()
1634 else if( xEntryTimeSet == pdFALSE ) in xQueueSemaphoreTake()
1661 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1667 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()
1693 if( xTaskResumeAll() == pdFALSE ) in xQueueSemaphoreTake()
1731 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueueSemaphoreTake()
1738 if( xInheritanceOccurred != pdFALSE ) in xQueueSemaphoreTake()
1773 BaseType_t xEntryTimeSet = pdFALSE; in xQueuePeek()
1818 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueuePeek()
1820 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueuePeek()
1848 else if( xEntryTimeSet == pdFALSE ) in xQueuePeek()
1876 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueuePeek()
1880 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()
1888 if( xTaskResumeAll() == pdFALSE ) in xQueuePeek()
1923 if( prvIsQueueEmpty( pxQueue ) != pdFALSE ) in xQueuePeek()
1986 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueReceiveFromISR()
1988 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueReceiveFromISR()
2159 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vQueueDelete()
2240 BaseType_t xReturn = pdFALSE; in prvCopyDataToQueue()
2361 if( prvNotifyQueueSetContainer( pxQueue, queueSEND_TO_BACK ) != pdFALSE ) in prvUnlockQueue()
2378 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in prvUnlockQueue()
2380 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in prvUnlockQueue()
2401 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in prvUnlockQueue()
2403 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in prvUnlockQueue()
2435 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in prvUnlockQueue()
2437 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in prvUnlockQueue()
2471 xReturn = pdFALSE; in prvIsQueueEmpty()
2493 xReturn = pdFALSE; in xQueueIsQueueEmptyFromISR()
2511 xReturn = pdFALSE; in prvIsQueueFull()
2532 xReturn = pdFALSE; in xQueueIsQueueFullFromISR()
2553 if( prvIsQueueFull( pxQueue ) != pdFALSE ) in xQueueCRSend()
2583 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueCRSend()
2589 … if( xCoRoutineRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueCRSend()
2679 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueCRReceive()
2685 … if( xCoRoutineRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueCRReceive()
2728 if( xCoRoutinePreviouslyWoken == pdFALSE ) in xQueueCRSendFromISR()
2730 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueCRSendFromISR()
2732 … if( xCoRoutineRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueCRSendFromISR()
2790 if( ( *pxCoRoutineWoken ) == pdFALSE ) in xQueueCRReceiveFromISR()
2792 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueCRReceiveFromISR()
2794 … if( xCoRoutineRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueCRReceiveFromISR()
3089 BaseType_t xReturn = pdFALSE; in prvNotifyQueueSetContainer()
3114 … if( listLIST_IS_EMPTY( &( pxQueueSetContainer->xTasksWaitingToReceive ) ) == pdFALSE ) in prvNotifyQueueSetContainer()
3116 … if( xTaskRemoveFromEventList( &( pxQueueSetContainer->xTasksWaitingToReceive ) ) != pdFALSE ) in prvNotifyQueueSetContainer()