Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 5 of 5) 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() function
/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c156 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()
/third_party/ulib/musl/include/
A Dpthread.h135 int pthread_key_create(pthread_key_t*, void (*)(void*));
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dtsd_types.h240 if (pthread_key_create(&a_name##tsd_tsd, a_cleanup) != \
488 if (pthread_key_create(&a_name##tsd_tsd, \
A Djemalloc_internal_defs.h.in102 * FreeBSD, pthread_key_create() allocates, which if used during malloc

Completed in 6 milliseconds