Searched refs:pthread_key_create (Results 1 – 25 of 28) sorted by relevance
12
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 34 pthread_key_create(&key, nullptr); in BM_pthread_getspecific() 46 pthread_key_create(&key, nullptr); in BM_pthread_setspecific() 217 pthread_key_create(&key, nullptr); in BM_pthread_key_create() 230 pthread_key_create(&key, nullptr); in BM_pthread_key_delete()
|
/bionic/libc/malloc_debug/ |
D | debug_disable.cpp | 45 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
|
D | RecordData.cpp | 171 pthread_key_create(&key_, ThreadKeyDelete); in RecordData()
|
/bionic/libc/dns/resolv/ |
D | res_state.c | 99 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_105.S | 79 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_076.S | 328 CALL(pthread_key_create) 367 GOT_RELOC(pthread_key_create)
|
D | liblinker_reloc_bench_132.S | 501 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_006.S | 646 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_133.S | 903 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_029.S | 2207 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_025.S | 642 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_113.S | 2205 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_111.S | 6652 CALL(pthread_key_create)
|
D | linker_reloc_bench_main.S | 4029 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_138.S | 10088 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_028.S | 7419 CALL(pthread_key_create)
|
D | liblinker_reloc_bench_063.S | 10827 CALL(pthread_key_create)
|
/bionic/libc/bionic/ |
D | pthread_key.cpp | 124 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 192 return __bionic_thrd_error(pthread_key_create(__key, __dtor)); in tss_create()
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 141 FUNCTION(pthread_key_create, int (*f)(pthread_key_t*, void (*)(void*))); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 176 int pthread_key_create(pthread_key_t* __key_ptr, void (*__key_destructor)(void*));
|
/bionic/tests/ |
D | pthread_test.cpp | 48 TEST(pthread, pthread_key_create) { in TEST() argument 50 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST() 81 ASSERT_EQ(0, pthread_key_create(&key, nullptr)) << i << " of " << nkeys; in TEST() 102 rv = pthread_key_create(&key, nullptr); in TEST() 124 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST() 137 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST() 162 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 765 pthread_key_create
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 793 pthread_key_create;
|
/bionic/libc/ |
D | libc.map.txt | 793 pthread_key_create;
|
12