Home
last modified time | relevance | path

Searched refs:get_android_tls_ptr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cpp469 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()
475 thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()
479 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in cur_thread()
497 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in set_cur_thread()
505 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread_finalize()
507 *get_android_tls_ptr() = reinterpret_cast<uptr>(dead_thread_state); in cur_thread_finalize()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd_shared.inc28 return reinterpret_cast<ScudoTSD *>(*get_android_tls_ptr());
Dscudo_tsd_shared.cpp52 *get_android_tls_ptr() = reinterpret_cast<uptr>(TSD); in setCurrentTSD()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.h152 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp285 return (uptr *)get_android_tls_ptr(); in GetCurrentThreadLongPtr()
300 if (*(uptr *)get_android_tls_ptr() != kMagicValue) { in AndroidTestTlsSlot()