Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp586 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()
592 thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()
596 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in cur_thread()
614 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in set_cur_thread()
622 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread_finalize()
624 *get_android_tls_ptr() = reinterpret_cast<uptr>(dead_thread_state); in cur_thread_finalize()
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp331 uptr *GetCurrentThreadLongPtr() { return (uptr *)get_android_tls_ptr(); } in GetCurrentThreadLongPtr()
343 if (*(uptr *)get_android_tls_ptr() != kMagicValue) { in AndroidTestTlsSlot()