Searched refs:get_android_tls_ptr (Results 1 – 5 of 5) sorted by relevance
469 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()
28 return reinterpret_cast<ScudoTSD *>(*get_android_tls_ptr());
52 *get_android_tls_ptr() = reinterpret_cast<uptr>(TSD); in setCurrentTSD()
152 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function
285 return (uptr *)get_android_tls_ptr(); in GetCurrentThreadLongPtr()300 if (*(uptr *)get_android_tls_ptr() != kMagicValue) { in AndroidTestTlsSlot()