Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/malloc_debug/
Ddebug_disable.cpp38 if (g_debug == nullptr || pthread_getspecific(g_disable_key) != nullptr) { in DebugCallsDisabled()
DRecordData.cpp211 void* data = pthread_getspecific(key_); in AddEntry()
/bionic/libc/dns/resolv/
Dres_state.c106 rt = pthread_getspecific( _res_key ); in _res_thread_get()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_105.S83 CALL(pthread_getspecific)
Dliblinker_reloc_bench_076.S356 CALL(pthread_getspecific)
Dliblinker_reloc_bench_132.S493 CALL(pthread_getspecific)
Dliblinker_reloc_bench_006.S642 CALL(pthread_getspecific)
Dliblinker_reloc_bench_133.S895 CALL(pthread_getspecific)
Dliblinker_reloc_bench_029.S2209 CALL(pthread_getspecific)
Dliblinker_reloc_bench_025.S645 CALL(pthread_getspecific)
Dliblinker_reloc_bench_113.S2204 CALL(pthread_getspecific)
Dliblinker_reloc_bench_111.S6649 CALL(pthread_getspecific)
Dlinker_reloc_bench_main.S4024 CALL(pthread_getspecific)
Dliblinker_reloc_bench_138.S10077 CALL(pthread_getspecific)
Dliblinker_reloc_bench_028.S7420 CALL(pthread_getspecific)
Dliblinker_reloc_bench_063.S10825 CALL(pthread_getspecific)
/bionic/libc/bionic/
Dpthread_key.cpp159 void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
/bionic/libc/include/bits/
Dthreads_inlines.h200 return pthread_getspecific(__key); in tss_get()
/bionic/benchmarks/
Dpthread_benchmark.cpp37 pthread_getspecific(key); in BM_pthread_getspecific()
/bionic/tests/
Dpthread_test.cpp87 ASSERT_EQ(reinterpret_cast<void*>(i), pthread_getspecific(keys.back())); in TEST()
126 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
129 ASSERT_EQ(nullptr, pthread_getspecific(key)); in TEST()
139 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
146 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
152 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
157 return pthread_getspecific(*reinterpret_cast<pthread_key_t*>(key)); in DirtyKeyFn()
189 ASSERT_EQ(nullptr, pthread_getspecific(key)); in TEST()
/bionic/tests/headers/posix/
Dpthread_h.c139 FUNCTION(pthread_getspecific, void* (*f)(pthread_key_t)); in pthread_h()
/bionic/libc/include/
Dpthread.h170 void* pthread_getspecific(pthread_key_t __key);
/bionic/libc/tools/
Dposix-2013.txt763 pthread_getspecific
/bionic/tools/versioner/platforms/
Dlibc.map.txt790 pthread_getspecific;
/bionic/libc/
Dlibc.map.txt790 pthread_getspecific;

12