Searched refs:pthread_key_create (Results 1 – 20 of 20) sorted by relevance
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 33 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/ |
D | debug_disable.cpp | 46 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
|
/bionic/libc/private/ |
D | ThreadLocalBuffer.h | 43 pthread_key_create(&key_, free); in ThreadLocalBuffer()
|
/bionic/libc/upstream-netbsd/lib/libc/resolv/ |
D | mtctxres.c | 38 pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx); in _mtctxres_init()
|
/bionic/libc/dns/resolv/ |
D | res_state.c | 109 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
|
/bionic/libc/bionic/ |
D | pthread_key.cpp | 118 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
|
D | locale.cpp | 164 pthread_key_create(&g_uselocale_key, NULL); in g_uselocale_key_init()
|
/bionic/libc/include/ |
D | pthread.h | 187 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
|
/bionic/tests/ |
D | pthread_test.cpp | 42 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/ |
D | libc.mips64.map | 718 pthread_key_create;
|
D | libc.x86_64.map | 718 pthread_key_create;
|
D | libc.arm64.map | 718 pthread_key_create;
|
D | libc.x86.brillo.map | 771 pthread_key_create;
|
D | libc.mips.brillo.map | 773 pthread_key_create;
|
D | libc.mips.map | 773 pthread_key_create;
|
D | libc.arm.brillo.map | 775 pthread_key_create;
|
D | libc.x86.map | 771 pthread_key_create;
|
D | libc.map.txt | 800 pthread_key_create;
|
D | libc.arm.map | 775 pthread_key_create;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 765 pthread_key_create
|