Searched refs:__get_thread (Results 1 – 7 of 7) sorted by relevance
32 return reinterpret_cast<pthread_t>(__get_thread()); in pthread_self()
59 extern pthread_internal_t* __get_thread(void);212 if (__predict_false(!read_precondition(rwlock, __get_thread()->tid))) in pthread_rwlock_tryrdlock()229 int tid = __get_thread()->tid; in pthread_rwlock_timedrdlock()259 int tid = __get_thread()->tid; in pthread_rwlock_trywrlock()278 int tid = __get_thread()->tid; in pthread_rwlock_timedwrlock()324 if (rwlock->writerThreadId != __get_thread()->tid) { in pthread_rwlock_unlock()
63 pthread_internal_t* __get_thread(void);
66 __LIBC_ABI_PRIVATE__ pthread_internal_t* __get_thread(void) { in __get_thread() function
68 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push()78 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop()87 pthread_internal_t* thread = __get_thread(); in pthread_exit()599 tid = __get_thread()->tid; in pthread_mutex_lock_impl()693 tid = __get_thread()->tid; in pthread_mutex_unlock_impl()767 tid = __get_thread()->tid; in pthread_mutex_trylock_impl()876 tid = __get_thread()->tid; in pthread_mutex_lock_timeout_np_impl()
123 pthread_internal_t* main_thread = __get_thread(); in __libc_init_common()
43 char* buffer = __get_thread()->dlerror_buffer; in __bionic_format_dlerror()