Searched refs:__get_thread (Results 1 – 22 of 22) sorted by relevance
53 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push()62 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop()74 pthread_internal_t* thread = __get_thread(); in pthread_exit()
42 pthread_internal_t* thread = __get_thread(); in __cxa_thread_atexit_impl()52 pthread_internal_t* thread = __get_thread(); in __cxa_thread_finalize()
35 return &__get_thread()->errno_value; in __errno()
35 pthread_internal_t* self = __get_thread(); in gettid()
36 pthread_internal_t* self = __get_thread(); in __get_cached_pid()
48 pthread_internal_t* self = __get_thread(); in __start_thread()88 pthread_internal_t* self = __get_thread(); in clone()
39 pthread_internal_t* self = __get_thread(); in __clone_for_fork()
95 if (thread == __get_thread()) return thread; in __pthread_internal_find()169 if (t == __get_thread()) continue; in android_run_on_all_threads()
38 return __get_thread()->stack_top; in __get_thread_stack_top()
361 #define __get_thread __real_get_thread macro363 #undef __get_thread368 pthread_internal_t* __get_thread() { in __get_thread() function
291 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) { in __pthread_rwlock_timedrdlock()354 atomic_store_explicit(&rwlock->writer_tid, __get_thread()->tid, memory_order_relaxed); in __pthread_rwlock_trywrlock()363 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) { in __pthread_rwlock_timedwrlock()491 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) != __get_thread()->tid) { in pthread_rwlock_unlock()
241 if (__get_thread()->is_vforked()) { in android_fdsan_close_with_tag()295 if (__get_thread()->is_vforked()) { in android_fdsan_exchange_owner_tag()335 if (__get_thread()->is_vforked()) { in android_fdsan_set_error_level()
149 pid_t tid = __get_thread()->tid; in PIMutexTryLock()192 pid_t tid = __get_thread()->tid; in PIMutexUnlock()723 pid_t tid = __get_thread()->tid; in MutexLockWithTimeout()870 pid_t tid = __get_thread()->tid; in pthread_mutex_unlock()919 pid_t tid = __get_thread()->tid; in pthread_mutex_trylock()
198 static inline __always_inline pthread_internal_t* __get_thread() { in __get_thread() function
109 pthread_internal_t* main_thread = __get_thread(); in __libc_add_main_thread()
315 pthread_internal_t* thread = __get_thread(); in __set_stack_and_tls_vma_name()
52 !__predict_false(__get_thread()->is_vforked())) { \83 !__predict_false(__get_thread()->is_vforked())) { \
100 char* old_value = __get_thread()->current_dlerror; in __bionic_set_dlerror()101 __get_thread()->current_dlerror = new_value; in __bionic_set_dlerror()108 char* buffer = __get_thread()->dlerror_buffer; in __bionic_format_dlerror()
442 pthread_internal_t* self = __get_thread(); in TEST()
1670 __get_thread; # arm x86
834 somewhere (a global variable, another TLS slot, ...). `__get_thread()` already uses a TLS slot to