Home
last modified time | relevance | path

Searched refs:wifi_thread_semphr_free (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c144 static void wifi_thread_semphr_free(void *data) in wifi_thread_semphr_free() function
160 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c191 static void wifi_thread_semphr_free(void* data) in wifi_thread_semphr_free() function
207 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c200 static void wifi_thread_semphr_free(void* data) in wifi_thread_semphr_free() function
216 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c138 static void wifi_thread_semphr_free(void* data) in wifi_thread_semphr_free() function
154 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c141 static void wifi_thread_semphr_free(void* data) in wifi_thread_semphr_free() function
157 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c194 static void wifi_thread_semphr_free(void* data) in wifi_thread_semphr_free() function
210 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()