Home
last modified time | relevance | path

Searched refs:xTaskNotifyGive (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c70 xTaskNotifyGive(task_hdl);
144 xTaskNotifyGive(msc_task_hdl);
145 xTaskNotifyGive(ctrl_task_hdl);
Dtest_usb_host_plugging.c120 xTaskNotifyGive(task_hdl);
178 xTaskNotifyGive(task_hdl);
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_scheduling_round_robin.c134 xTaskNotifyGive(core0_task_hdls[i]);
136 xTaskNotifyGive(core1_task_hdls[i]);
Dtest_freertos_task_notify.c55 xTaskNotifyGive(rec_task_handle); in sender_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c61 xTaskNotifyGive(arg); in usb_lib_task()
126 xTaskNotifyGive(user_ctx); in notif_cb()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
Dtask.h23 void xTaskNotifyGive(TaskHandle_t task);
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.c103 void xTaskNotifyGive(TaskHandle_t task) in xTaskNotifyGive() function
Desp32_mock.h176 void xTaskNotifyGive(TaskHandle_t task);
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/main/
Dsysview_heap_log.c66 xTaskNotifyGive(task_args->waiter); in alloc_task()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c179 void xTaskNotifyGive(TaskHandle_t task) in xTaskNotifyGive() function
/hal_espressif-3.6.0/examples/system/eventfd/main/
Deventfd_example.c113 assert( xTaskNotifyGive(s_worker_handle) == pdPASS ); in collector_task()
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_console.c44 xTaskNotifyGive(console_task); in protocomm_console_stop()
/hal_espressif-3.6.0/components/console/
Desp_console_repl.c305 xTaskNotifyGive(repl_com->task_hdl); in esp_console_start_repl()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h2781 #define xTaskNotifyGive( xTaskToNotify ) \ macro
/hal_espressif-3.6.0/components/lwip/apps/ping/
Dping_sock.c344 xTaskNotifyGive(ep->ping_task_hdl); in esp_ping_start()
/hal_espressif-3.6.0/components/usb/
Dhcd.c751 xTaskNotifyGive(task_to_unblock); in _internal_pipe_event_notify()
/hal_espressif-3.6.0/components/mdns/
Dmdns.c4312 xTaskNotifyGive(action->data.hostname_set.calling_task); in _mdns_execute_action()