Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dpthread_benchmark.cpp33 pthread_key_create(&key, NULL); in BM_pthread_getspecific()
45 pthread_key_create(&key, NULL); in BM_pthread_setspecific()
174 pthread_key_create(&key, NULL); in BM_pthread_key_create()
187 pthread_key_create(&key, NULL); in BM_pthread_key_delete()
/bionic/libc/malloc_debug/
Ddebug_disable.cpp46 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
/bionic/libc/private/
DThreadLocalBuffer.h43 pthread_key_create(&key_, free); in ThreadLocalBuffer()
/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c38 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
/bionic/libc/dns/resolv/
Dres_state.c109 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
/bionic/libc/bionic/
Dpthread_key.cpp118 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
Dlocale.cpp164 pthread_key_create(&g_uselocale_key, NULL); in g_uselocale_key_init()
/bionic/libc/include/
Dpthread.h187 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
/bionic/tests/
Dpthread_test.cpp42 TEST(pthread, pthread_key_create) { in TEST() argument
44 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST()
75 ASSERT_EQ(0, pthread_key_create(&key, NULL)) << i << " of " << nkeys; in TEST()
96 rv = pthread_key_create(&key, NULL); in TEST()
118 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST()
131 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST()
156 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST()
/bionic/libc/
Dlibc.mips64.map718 pthread_key_create;
Dlibc.x86_64.map718 pthread_key_create;
Dlibc.arm64.map718 pthread_key_create;
Dlibc.x86.brillo.map771 pthread_key_create;
Dlibc.mips.brillo.map773 pthread_key_create;
Dlibc.mips.map773 pthread_key_create;
Dlibc.arm.brillo.map775 pthread_key_create;
Dlibc.x86.map771 pthread_key_create;
Dlibc.map.txt800 pthread_key_create;
Dlibc.arm.map775 pthread_key_create;
/bionic/libc/tools/
Dposix-2013.txt765 pthread_key_create