Searched refs:pthread_key_create (Results 1 – 11 of 11) sorted by relevance
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 39 pthread_key_create(&key, NULL); in Run() 54 pthread_key_create(&key, NULL); in Run() 216 pthread_key_create(&key, NULL); in Run() 228 pthread_key_create(&key, NULL); in Run()
|
/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/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()
|
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 | 109 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
|
/bionic/tests/ |
D | pthread_test.cpp | 45 TEST(pthread, pthread_key_create) { in TEST() argument 47 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 78 ASSERT_EQ(0, pthread_key_create(&key, NULL)) << i << " of " << nkeys; in TEST() 99 rv = pthread_key_create(&key, NULL); in TEST() 121 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 134 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 162 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST()
|
/bionic/libc/include/ |
D | pthread.h | 167 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
|
/bionic/libc/tools/ |
D | posix-2013.txt | 765 pthread_key_create
|
/bionic/libc/ |
D | libc.map | 895 pthread_key_create;
|