Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/pthread/
Dpthread_local_storage.c58 int pthread_key_create(pthread_key_t *key, pthread_destructor_t destructor) in pthread_key_create() function
Dpthread.c85 if (pthread_key_create(&s_pthread_cfg_key, esp_pthread_cfg_key_destructor) != 0) {
856 if (pthread_key_create(&s_pthread_cfg_key, esp_pthread_cfg_key_destructor) != 0) { in esp_pthread_init()
/device/soc/esp/esp32/components/esp_lwip/port/
Dsys_arch.c433 pthread_key_create(&sys_thread_sem_key, sys_thread_sem_free); in sys_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dpthread.h542 int pthread_key_create(pthread_key_t *, void (*)(void *));
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c271 if (0 != pthread_key_create(&s_wifi_thread_sem_key, wifi_thread_semphr_free)) { in wifi_thread_semphr_get_wrapper()
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz