Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_tls.c100 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
125 RTM_EXPORT(pthread_setspecific);
A Dpthread.h287 int pthread_setspecific(pthread_key_t key, const void *value);
/components/libc/cplusplus/cpp11/
A Dthread_local_impl.cpp22 pthread_setspecific(key_tmp, obj); in __cxa_thread_atexit_impl()
/components/libc/posix/tls/
A Demutls.c33 extern int pthread_setspecific(pthread_key_t key, const void *value);
172 pthread_setspecific(emutls_pthread_key, (void *)array); in emutls_check_array_set_size()
/components/libc/cplusplus/cpp11/armclang/
A Dthread.cpp115 if (pthread_setspecific(__key, (void*)__p) != 0) in __ARM_TPL_tls_set()
/components/libc/
A Dposix-info.txt116 + pthread_setspecific()

Completed in 5 milliseconds