Searched refs:get_android_tls_ptr (Results 1 – 3 of 3) sorted by relevance
608 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()
198 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function
341 uptr *GetCurrentThreadLongPtr() { return (uptr *)get_android_tls_ptr(); } in GetCurrentThreadLongPtr()353 if (*(uptr *)get_android_tls_ptr() != kMagicValue) { in AndroidTestTlsSlot()