Searched refs:pthread_key_create (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread_local_storage.c | 12 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, NULL)); 38 TEST_ASSERT_EQUAL(0, pthread_key_create(&keys[i], NULL)); 68 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, test_pthread_destructor)); 92 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, test_pthread_destructor)); 156 TEST_ASSERT_EQUAL(0, pthread_key_create(&key, test_pthread_destructor)); 190 r = pthread_key_create(&state.keys[i], s_test_repeat_destructor);
|
/hal_espressif-3.6.0/components/pthread/ |
D | pthread_local_storage.c | 58 int pthread_key_create(pthread_key_t *key, pthread_destructor_t destructor) in pthread_key_create() function
|
D | pthread.c | 71 if (pthread_key_create(&s_pthread_cfg_key, esp_pthread_cfg_key_destructor) != 0) { in esp_pthread_init()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | thread-local-storage.rst | 44 - :cpp:func:`pthread_key_create`
|
/hal_espressif-3.6.0/components/lwip/port/esp32/freertos/ |
D | sys_arch.c | 440 pthread_key_create(&sys_thread_sem_key, sys_thread_sem_free); in sys_init()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 273 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 209 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 255 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 263 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | pthread.rst | 119 * ``pthread_key_create()``
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app_esp32s2.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 10389 .literal.pthread_key_create 10891 .text.pthread_key_create 10894 0x00000000400808a4 pthread_key_create 15108 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app2.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 11917 .literal.pthread_key_create 12470 .text.pthread_key_create 12473 0x00000000400d09e0 pthread_key_create 17124 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app_esp32s3.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 10532 .literal.pthread_key_create 11203 .text.pthread_key_create 11205 0x0000000042000d8c pthread_key_create 19686 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app_esp32c3.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 7675 .text.pthread_key_create 7677 0x00000000420000de pthread_key_create 16118 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app_esp32h2.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 7552 .text.pthread_key_create 7554 0x00000000420000de pthread_key_create 14399 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | app.map | 146 …ome/user/esp/esp-idf/tools/unit-test-app/build/pthread/libpthread.a(pthread.o) (pthread_key_create) 20590 .literal.pthread_key_create 22288 .text.pthread_key_create 22291 0x00000000400e02a4 pthread_key_create
|
D | overflow.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 39127 .literal.pthread_key_create 43630 .text.pthread_key_create 43633 0x00000000400d266c pthread_key_create 75153 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | overflow_esp32s2.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 39947 .literal.pthread_key_create 44650 .text.pthread_key_create 44653 0x0000000040082820 pthread_key_create 76296 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | overflow_esp32s3.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 52255 .literal.pthread_key_create 56480 .text.pthread_key_create 56482 0x0000000042002158 pthread_key_create 92214 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|
D | overflow_esp32c3.map | 8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) 34561 .text.pthread_key_create 34563 0x00000000420002c6 pthread_key_create 71771 pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storag…
|