Home
last modified time | relevance | path

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

12

/bionic/benchmarks/
Dpthread_benchmark.cpp34 pthread_key_create(&key, nullptr); in BM_pthread_getspecific()
46 pthread_key_create(&key, nullptr); in BM_pthread_setspecific()
221 pthread_key_create(&key, nullptr); in BM_pthread_key_create()
234 pthread_key_create(&key, nullptr); in BM_pthread_key_delete()
/bionic/libc/malloc_debug/
Ddebug_disable.cpp45 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
DRecordData.cpp161 pthread_key_create(&key_, ThreadKeyDelete); in RecordData()
/bionic/libc/dns/resolv/
Dres_state.c99 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_105.S79 CALL(pthread_key_create)
Dliblinker_reloc_bench_076.S328 CALL(pthread_key_create)
367 GOT_RELOC(pthread_key_create)
Dliblinker_reloc_bench_132.S501 CALL(pthread_key_create)
Dliblinker_reloc_bench_006.S646 CALL(pthread_key_create)
Dliblinker_reloc_bench_133.S903 CALL(pthread_key_create)
Dliblinker_reloc_bench_029.S2207 CALL(pthread_key_create)
Dliblinker_reloc_bench_025.S642 CALL(pthread_key_create)
Dliblinker_reloc_bench_113.S2205 CALL(pthread_key_create)
Dliblinker_reloc_bench_111.S6652 CALL(pthread_key_create)
Dlinker_reloc_bench_main.S4029 CALL(pthread_key_create)
Dliblinker_reloc_bench_028.S7419 CALL(pthread_key_create)
Dliblinker_reloc_bench_138.S10088 CALL(pthread_key_create)
/bionic/libc/bionic/
Dpthread_key.cpp124 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
/bionic/libc/include/bits/
Dthreads_inlines.h191 return __bionic_thrd_error(pthread_key_create(__key, __dtor)); in tss_create()
/bionic/tests/headers/posix/
Dpthread_h.c141 FUNCTION(pthread_key_create, int (*f)(pthread_key_t*, void (*)(void*))); in pthread_h()
/bionic/libc/include/
Dpthread.h192 int pthread_key_create(pthread_key_t* _Nonnull __key_ptr, void (* _Nullable __key_destructor)(void*…
/bionic/tests/
Dpthread_test.cpp53 TEST(pthread, pthread_key_create) { in TEST() argument
55 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST()
86 ASSERT_EQ(0, pthread_key_create(&key, nullptr)) << i << " of " << nkeys; in TEST()
107 rv = pthread_key_create(&key, nullptr); in TEST()
129 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST()
142 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST()
167 ASSERT_EQ(0, pthread_key_create(&key, nullptr)); in TEST()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp95 pthread_key_create(&jmp_data_key_, [](void* ptr) { free(ptr); }); in LogReader()
/bionic/libc/tools/
Dposix-2013.txt765 pthread_key_create
/bionic/libc/
Dlibc.map.txt793 pthread_key_create;
/bionic/tools/versioner/platforms/
Dlibc.map.txt793 pthread_key_create;

12