Searched refs:__get_thread (Results 1 – 25 of 26) sorted by relevance
12
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()
48 pthread_internal_t* self = __get_thread(); in __start_thread()88 pthread_internal_t* self = __get_thread(); in clone()
35 return &__get_thread()->errno_value; in __errno()
32 return reinterpret_cast<pthread_t>(__get_thread()); in pthread_self()
220 void* child_sp = __get_thread()->vfork_child_stack_bottom; in memtag_handle_vfork()221 __get_thread()->vfork_child_stack_bottom = nullptr; in memtag_handle_vfork()
35 pthread_internal_t* self = __get_thread(); in gettid()
95 if (thread == __get_thread()) return thread; in __pthread_internal_find()169 if (t == __get_thread()) continue; in android_run_on_all_threads()
36 pthread_internal_t* self = __get_thread(); in __get_cached_pid()
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()
40 __get_thread()->vfork_child_stack_bottom = __builtin_frame_address(0); in _exit()
39 pthread_internal_t* self = __get_thread(); in __clone_for_fork()
243 if (__get_thread()->is_vforked()) { in android_fdsan_close_with_tag()297 if (__get_thread()->is_vforked()) { in android_fdsan_exchange_owner_tag()337 if (__get_thread()->is_vforked()) { in android_fdsan_set_error_level()
38 return __get_thread()->stack_top; in __get_thread_stack_top()
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()
221 static inline __always_inline pthread_internal_t* __get_thread() { in __get_thread() function
189 __get_thread()->vfork_child_stack_bottom = __builtin_frame_address(0); in execve()
155 pthread_internal_t* main_thread = __get_thread(); in __libc_add_main_thread()
333 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())) { \
103 char* old_value = __get_thread()->current_dlerror; in __bionic_set_dlerror()104 __get_thread()->current_dlerror = new_value; in __bionic_set_dlerror()111 char* buffer = __get_thread()->dlerror_buffer; in __bionic_format_dlerror()
445 pthread_internal_t* self = __get_thread(); in TEST()
1690 __get_thread; # arm x86