Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp608 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()
614 thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()
618 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in cur_thread()
636 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in set_cur_thread()
644 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread_finalize()
646 *get_android_tls_ptr() = reinterpret_cast<uptr>(dead_thread_state); in cur_thread_finalize()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h198 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp341 uptr *GetCurrentThreadLongPtr() { return (uptr *)get_android_tls_ptr(); } in GetCurrentThreadLongPtr()
353 if (*(uptr *)get_android_tls_ptr() != kMagicValue) { in AndroidTestTlsSlot()