Home
last modified time | relevance | path

Searched refs:__get_thread (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dpthread_self.cpp32 return reinterpret_cast<pthread_t>(__get_thread()); in pthread_self()
Dpthread-rwlocks.c59 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()
Dpthread_internal.h63 pthread_internal_t* __get_thread(void);
Dpthread_internals.cpp66 __LIBC_ABI_PRIVATE__ pthread_internal_t* __get_thread(void) { in __get_thread() function
Dpthread.c68 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()
Dlibc_init_common.cpp123 pthread_internal_t* main_thread = __get_thread(); in __libc_init_common()
/bionic/linker/
Ddlfcn.cpp43 char* buffer = __get_thread()->dlerror_buffer; in __bionic_format_dlerror()