Searched refs:eNoAction (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/ |
D | blink.c | 42 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/ |
D | stream_buffer.c | 77 eNoAction ); \ 90 eNoAction ); \ 110 eNoAction, \ 131 eNoAction ); \ 144 eNoAction ); \ 163 eNoAction, \ 1154 eNoAction, in xStreamBufferSendCompletedFromISR() 1185 eNoAction, in xStreamBufferReceiveCompletedFromISR()
|
D | tasks.c | 5573 case eNoAction: in xTaskGenericNotify() 5719 case eNoAction: in xTaskGenericNotifyFromISR()
|
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread.c | 71 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/ |
D | pthread.c | 305 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/ |
D | task.h | 110 eNoAction = 0, /* Notify the task without updating its notify value. */ enumerator
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_uart.c | 435 TEST_ASSERT(xTaskNotify(*parent_task, 0, eNoAction)); in uart_test_custom_isr_core0()
|