Searched refs:pthread_setspecific (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread_local_storage.c | 18 TEST_ASSERT_EQUAL(0, pthread_setspecific(key, &val)); 24 TEST_ASSERT_EQUAL(0, pthread_setspecific(key, NULL)); 116 pthread_setspecific(key, expected_destructor_ptr); in thread_test_pthread_destructor() 141 pthread_setspecific(key, tls_value); in thread_stress_test() 240 pthread_setspecific(state->keys[null_idx], state); in s_test_repeat_destructor() 248 pthread_setspecific(state->keys[i], state); in s_test_repeat_destructor_thread()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/freertos/ |
D | sys_arch.c | 544 pthread_setspecific(sys_thread_sem_key, sem); in sys_thread_sem_init() 554 pthread_setspecific(sys_thread_sem_key, NULL); in sys_thread_sem_deinit()
|
/hal_espressif-3.6.0/components/pthread/ |
D | pthread_local_storage.c | 221 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
|
D | pthread.c | 142 pthread_setspecific(s_pthread_cfg_key, p); in esp_pthread_set_cfg()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | thread-local-storage.rst | 47 - :cpp:func:`pthread_setspecific`
|
/hal_espressif-3.6.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 283 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 219 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 265 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 273 pthread_setspecific(s_wifi_thread_sem_key, sem); in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | pthread.rst | 122 * ``pthread_setspecific()`` / ``pthread_getspecific()``
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app_esp32s2.map | 641 .literal.pthread_setspecific 656 .text.pthread_setspecific 15137 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app2.map | 658 .literal.pthread_setspecific 673 .text.pthread_setspecific 17153 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app_esp32s3.map | 713 .literal.pthread_setspecific 728 .text.pthread_setspecific 19716 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app_esp32c3.map | 628 .text.pthread_setspecific 16148 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app_esp32h2.map | 620 .text.pthread_setspecific 14429 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app.map | 20599 .literal.pthread_setspecific 22303 .text.pthread_setspecific 22306 0x00000000400e0350 pthread_setspecific
|
D | overflow.map | 39136 .literal.pthread_setspecific 43643 .text.pthread_setspecific 43646 0x00000000400d270c pthread_setspecific 75196 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | overflow_esp32s2.map | 39956 .literal.pthread_setspecific 44663 .text.pthread_setspecific 44666 0x00000000400828c0 pthread_setspecific 76355 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | overflow_esp32s3.map | 52264 .literal.pthread_setspecific 56491 .text.pthread_setspecific 56494 0x0000000042002208 pthread_setspecific 92252 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | overflow_esp32c3.map | 34570 .text.pthread_setspecific 34572 0x00000000420003a2 pthread_setspecific 71825 pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storag…
|