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