Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c156 static pthread_key_t s_wifi_thread_sem_key; in wifi_thread_semphr_get_wrapper() local
160 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
166 sem = pthread_getspecific(s_wifi_thread_sem_key); in wifi_thread_semphr_get_wrapper()
170 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c203 static pthread_key_t s_wifi_thread_sem_key; in wifi_thread_semphr_get_wrapper() local
207 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
213 sem = pthread_getspecific(s_wifi_thread_sem_key); in wifi_thread_semphr_get_wrapper()
217 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c212 static pthread_key_t s_wifi_thread_sem_key; in wifi_thread_semphr_get_wrapper() local
216 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
222 sem = pthread_getspecific(s_wifi_thread_sem_key); in wifi_thread_semphr_get_wrapper()
226 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c150 static pthread_key_t s_wifi_thread_sem_key; in wifi_thread_semphr_get_wrapper() local
154 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
160 sem = pthread_getspecific(s_wifi_thread_sem_key); in wifi_thread_semphr_get_wrapper()
164 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c153 static pthread_key_t s_wifi_thread_sem_key; in wifi_thread_semphr_get_wrapper() local
157 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
163 sem = pthread_getspecific(s_wifi_thread_sem_key); in wifi_thread_semphr_get_wrapper()
167 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c206 static pthread_key_t s_wifi_thread_sem_key; in wifi_thread_semphr_get_wrapper() local
210 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
216 sem = pthread_getspecific(s_wifi_thread_sem_key); in wifi_thread_semphr_get_wrapper()
220 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()