Home
last modified time | relevance | path

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

12

/bionic/libc/malloc_debug/
Ddebug_disable.cpp38 if (g_debug == nullptr || pthread_getspecific(g_disable_key) != nullptr) { in DebugCallsDisabled()
DRecordData.cpp205 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_028.S7420 CALL(pthread_getspecific)
Dliblinker_reloc_bench_138.S10077 CALL(pthread_getspecific)
/bionic/libc/bionic/
Dpthread_key.cpp159 void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
/bionic/benchmarks/
Dpthread_benchmark.cpp37 pthread_getspecific(key); in BM_pthread_getspecific()
/bionic/libc/include/bits/
Dthreads_inlines.h199 return pthread_getspecific(__key); in tss_get()
/bionic/tests/headers/posix/
Dpthread_h.c139 FUNCTION(pthread_getspecific, void* (*f)(pthread_key_t)); in pthread_h()
/bionic/tests/
Dpthread_test.cpp92 ASSERT_EQ(reinterpret_cast<void*>(i), pthread_getspecific(keys.back())); in TEST()
131 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
134 ASSERT_EQ(nullptr, pthread_getspecific(key)); in TEST()
144 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
151 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
157 ASSERT_EQ(expected, pthread_getspecific(key)); in TEST()
162 return pthread_getspecific(*reinterpret_cast<pthread_key_t*>(key)); in DirtyKeyFn()
218 ASSERT_EQ(nullptr, pthread_getspecific(key)); in TEST()
/bionic/libc/include/
Dpthread.h171 void* _Nullable pthread_getspecific(pthread_key_t __key);
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp97 jmp_buf* jb = reinterpret_cast<jmp_buf*>(pthread_getspecific(jmp_data_key_)); in LogReader()
/bionic/libc/tools/
Dposix-2013.txt763 pthread_getspecific
/bionic/libc/
Dlibc.map.txt790 pthread_getspecific;
/bionic/tools/versioner/platforms/
Dlibc.map.txt790 pthread_getspecific;

12