Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dblink.c42 if (xTaskNotify(task, 0, eNoAction) != pdPASS) { in blink_task2()
61 if (xTaskNotify(task, 0, eNoAction) != pdPASS) { in blink_task()
/hal_espressif-3.6.0/components/freertos/
Dstream_buffer.c77 eNoAction ); \
90 eNoAction ); \
110 eNoAction, \
131 eNoAction ); \
144 eNoAction ); \
163 eNoAction, \
1154 eNoAction, in xStreamBufferSendCompletedFromISR()
1185 eNoAction, in xStreamBufferReceiveCompletedFromISR()
Dtasks.c5573 case eNoAction: in xTaskGenericNotify()
5719 case eNoAction: in xTaskGenericNotifyFromISR()
/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread.c71 xTaskNotify(parent_task, 0, eNoAction); in waiting_thread()
92 xTaskNotify(task_handle, 0, eNoAction);
120 xTaskNotify(task_handle, 0, eNoAction);
/hal_espressif-3.6.0/components/pthread/
Dpthread.c305 xTaskNotify(xHandle, 0, eNoAction); in pthread_create()
435 xTaskNotify(pthread->join_task, 0, eNoAction); in pthread_exit()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h110 eNoAction = 0, /* Notify the task without updating its notify value. */ enumerator
/hal_espressif-3.6.0/components/driver/test/
Dtest_uart.c435 TEST_ASSERT(xTaskNotify(*parent_task, 0, eNoAction)); in uart_test_custom_isr_core0()