Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_key.c7 int pthread_key_create(pthread_key_t* k, void (*dtor)(void*)) { in pthread_key_create()
11 int pthread_key_delete(pthread_key_t k) { in pthread_key_delete()
A Dpthread_getspecific.c4 static void* __pthread_getspecific(pthread_key_t k) { in __pthread_getspecific()
A Dpthread_setspecific.c3 int pthread_setspecific(pthread_key_t k, const void* x) { in pthread_setspecific()
/third_party/ulib/musl/include/
A Dpthread.h135 int pthread_key_create(pthread_key_t*, void (*)(void*));
136 int pthread_key_delete(pthread_key_t);
137 void* pthread_getspecific(pthread_key_t);
138 int pthread_setspecific(pthread_key_t, const void*);
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dtsd_types.h121 extern pthread_key_t a_name##tsd_tsd; \
130 extern pthread_key_t a_name##tsd_tsd; \
148 a_attr pthread_key_t a_name##tsd_tsd; \
160 a_attr pthread_key_t a_name##tsd_tsd; \
/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c123 static pthread_key_t g_thread_local_key;
/third_party/ulib/musl/include/bits/
A Dalltypes.h391 typedef unsigned pthread_key_t; typedef

Completed in 13 milliseconds