Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 5 of 5) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_tls.c49 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
67 RTM_EXPORT(pthread_getspecific);
A Dpthread.h288 void *pthread_getspecific(pthread_key_t key);
/components/libc/posix/tls/
A Demutls.c32 extern void *pthread_getspecific(pthread_key_t key);
193 emutls_address_array *array = pthread_getspecific(emutls_pthread_key); in emutls_get_address_array()
/components/libc/cplusplus/cpp11/armclang/
A Dthread.cpp110 return pthread_getspecific(__key); in __ARM_TPL_tls_get()
/components/libc/
A Dposix-info.txt90 + pthread_getspecific()

Completed in 5 milliseconds