Home
last modified time | relevance | path

Searched defs:xTaskNotifyGive (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.c103 void xTaskNotifyGive(TaskHandle_t task) in xTaskNotifyGive() function
/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/components/freertos/include/freertos/
Dtask.h2781 #define xTaskNotifyGive( xTaskToNotify ) \ macro