Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dpthread_benchmark.cpp39 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/
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/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()
Dmalloc_debug_check.cpp644 pthread_key_create(&g_debug_calls_disabled, NULL); in malloc_debug_initialize()
/bionic/libc/dns/resolv/
Dres_state.c109 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
/bionic/tests/
Dpthread_test.cpp45 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/
Dpthread.h167 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
/bionic/libc/tools/
Dposix-2013.txt765 pthread_key_create
/bionic/libc/
Dlibc.map895 pthread_key_create;