Searched refs:get_android_tls_ptr (Results 1 – 7 of 7) sorted by relevance
376 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()382 thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()386 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in cur_thread()408 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread_finalize()410 *get_android_tls_ptr() = reinterpret_cast<uptr>(dead_thread_state); in cur_thread_finalize()
378 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()384 thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()388 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in cur_thread()410 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread_finalize()412 *get_android_tls_ptr() = reinterpret_cast<uptr>(dead_thread_state); in cur_thread_finalize()
499 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()505 thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread()509 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in cur_thread()527 *get_android_tls_ptr() = reinterpret_cast<uptr>(thr); in set_cur_thread()535 ThreadState* thr = reinterpret_cast<ThreadState*>(*get_android_tls_ptr()); in cur_thread_finalize()537 *get_android_tls_ptr() = reinterpret_cast<uptr>(dead_thread_state); in cur_thread_finalize()
294 uptr *GetCurrentThreadLongPtr() { return (uptr *)get_android_tls_ptr(); } in GetCurrentThreadLongPtr()306 if (*(uptr *)get_android_tls_ptr() != kMagicValue) { in AndroidTestTlsSlot()
142 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function
163 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function
146 ALWAYS_INLINE uptr *get_android_tls_ptr() { in get_android_tls_ptr() function