Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dqueue.c698 xReturn = pdFAIL; in xQueueGiveMutexRecursive()
736 if( xReturn != pdFAIL ) in xQueueTakeMutexRecursive()
2022 xReturn = pdFAIL; in xQueueReceiveFromISR()
2079 xReturn = pdFAIL; in xQueuePeekFromISR()
2701 xReturn = pdFAIL; in xQueueCRReceive()
2817 xReturn = pdFAIL; in xQueueCRReceiveFromISR()
2994 xReturn = pdFAIL; in xQueueAddToSet()
3000 xReturn = pdFAIL; in xQueueAddToSet()
3027 xReturn = pdFAIL; in xQueueRemoveFromSet()
3034 xReturn = pdFAIL; in xQueueRemoveFromSet()
Dtimers.c240 BaseType_t xReturn = pdFAIL; in xTimerCreateTimerTask()
401 BaseType_t xReturn = pdFAIL; in xTimerGenericCommand()
786 …while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) /*lint !e603 xMessage does… in prvProcessReceivedCommands()
Dtasks.c2295 xReturn = pdFAIL; in vTaskStartScheduler()
2315 xReturn = pdFAIL; in vTaskStartScheduler()
3068 xReturn = pdFAIL; in xTaskAbortDelay()
3355 xReturn = pdFAIL; in xTaskCallApplicationTaskHook()
5568 xReturn = pdFAIL; in xTaskGenericNotify()
5714 xReturn = pdFAIL; in xTaskGenericNotifyFromISR()
5893 xReturn = pdFAIL; in xTaskGenericNotifyStateClear()
Dstream_buffer.c464 BaseType_t xReturn = pdFAIL; in xStreamBufferReset()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c49 return send_q(h->q, (uint8_t*)pvItemToQueue, h->item_size) ? pdTRUE : pdFAIL; in xQueueSend()
55 return recv_q(h->q, (uint8_t*)pvBuffer, h->item_size, xTicksToWait) ? pdTRUE : pdFAIL; in xQueueReceive()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
DFreeRTOS.h40 #define pdFAIL ( pdFALSE ) macro
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dport.c291 return pdFAIL; in xPortEnterCriticalTimeout()
332 ret = pdFAIL; in xPortEnterCriticalTimeoutCompliance()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dprojdefs.h52 #define pdFAIL ( pdFALSE ) macro
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h49 #define pdFAIL ( pdFALSE ) macro
/hal_espressif-3.6.0/components/touch_element/test/
Dtest_touch_matrix.c323 TEST_ASSERT_MESSAGE(os_ret == pdFAIL, "Matrix Press event invalid trigger"); in test_matrix_random_channel_trigger()
328 TEST_ASSERT_MESSAGE(os_ret == pdFAIL, "Matrix Release event invalid trigger"); in test_matrix_random_channel_trigger()
/hal_espressif-3.6.0/components/bt/controller/esp32/
Dhli_api.c162 if (res == pdFAIL) { in queue_isr_handler()