Searched refs:pthread_key_create (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/private/ |
D | ThreadLocalBuffer.h | 48 pthread_key_create(&__bionic_tls_ ## name ## _key, __bionic_tls_ ## name ## _key_destroy); \
|
/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/benchmarks/ |
D | pthread_benchmark.cpp | 38 pthread_key_create(&key, NULL); in BM_pthread_getspecific()
|
/bionic/tests/ |
D | pthread_test.cpp | 33 TEST(pthread, pthread_key_create) { in TEST() argument 35 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 57 ASSERT_EQ(0, pthread_key_create(&key, NULL)) << i << " of " << sysconf_max; in TEST() 63 ASSERT_EQ(EAGAIN, pthread_key_create(&key, NULL)); in TEST() 77 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 90 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 117 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST()
|
/bionic/libc/bionic/ |
D | locale.cpp | 62 pthread_key_create(&g_uselocale_key, NULL); in __bionic_tls_uselocale_key_init()
|
D | pthread_key.cpp | 196 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
|
D | stubs.cpp | 130 pthread_key_create(&stubs_key, stubs_state_free); in __stubs_key_init()
|
D | malloc_debug_check.cpp | 644 pthread_key_create(&g_debug_calls_disabled, NULL); in malloc_debug_initialize()
|
/bionic/libc/dns/resolv/ |
D | res_state.c | 111 pthread_key_create( &_res_key, _res_thread_free ); in _res_init_key()
|
/bionic/libc/include/ |
D | pthread.h | 195 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
|