Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 25 of 28) 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()
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/
Ddebug_disable.cpp45 int error = pthread_key_create(&g_disable_key, nullptr); in DebugDisableInitialize()
DRecordData.cpp171 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_138.S10088 CALL(pthread_key_create)
Dliblinker_reloc_bench_028.S7419 CALL(pthread_key_create)
Dliblinker_reloc_bench_063.S10827 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.h192 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.h176 int pthread_key_create(pthread_key_t* __key_ptr, void (*__key_destructor)(void*));
/bionic/tests/
Dpthread_test.cpp48 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/
Dposix-2013.txt765 pthread_key_create
/bionic/tools/versioner/platforms/
Dlibc.map.txt793 pthread_key_create;
/bionic/libc/
Dlibc.map.txt793 pthread_key_create;

12