Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_tls.c156 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() function
180 RTM_EXPORT(pthread_key_create);
A Dpthread.h289 int pthread_key_create(pthread_key_t *key, void (*destructor)(void *));
/components/libc/cplusplus/cpp11/
A Dthread_local_impl.cpp20 if (pthread_key_create(&key_tmp, dtor) != 0) in __cxa_thread_atexit_impl()
/components/libc/posix/tls/
A Demutls.c30 extern int pthread_key_create(pthread_key_t *key, void (*destructor)(void *));
141 if (pthread_key_create(&emutls_pthread_key, emutls_key_destructor) != 0) in emutls_init()
/components/libc/cplusplus/cpp11/armclang/
A Dthread.cpp100 if (pthread_key_create(&key, __at_exit) == 0) in __ARM_TPL_tls_create()
/components/libc/
A Dposix-info.txt92 + pthread_key_create()

Completed in 6 milliseconds