Searched refs:s_wifi_thread_sem_key (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 156 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/ |
D | esp_adapter.c | 203 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/ |
D | esp_adapter.c | 212 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/ |
D | esp_adapter.c | 150 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/ |
D | esp_adapter.c | 153 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/ |
D | esp_adapter.c | 206 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()
|