Home
last modified time | relevance | path

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

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp35 pthread_internal_t* thread = __get_thread(); in __cxa_thread_atexit_impl()
42 pthread_internal_t* thread = __get_thread(); in __cxa_thread_finalize()
Dpthread_self.cpp32 return reinterpret_cast<pthread_t>(__get_thread()); in pthread_self()
Dpthread_exit.cpp48 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_push()
56 pthread_internal_t* thread = __get_thread(); in __pthread_cleanup_pop()
67 pthread_internal_t* thread = __get_thread(); in pthread_exit()
Dgetpid.cpp36 pthread_internal_t* self = __get_thread(); in getpid()
Dgettid.cpp34 pthread_internal_t* self = __get_thread(); in gettid()
Dfork.cpp37 pthread_internal_t* self = __get_thread(); in fork()
Dpthread_key.cpp76 pthread_key_data_t* key_data = __get_thread()->key_data; in pthread_key_clean_all()
157 pthread_key_data_t* data = &(__get_thread()->key_data[key]); in pthread_getspecific()
176 pthread_key_data_t* data = &(__get_thread()->key_data[key]); in pthread_setspecific()
Dpthread_internal.h128 static inline __always_inline pthread_internal_t* __get_thread() { in __get_thread() function
139 return *__get_thread()->bionic_tls; in __get_bionic_tls()
Dclone.cpp41 pthread_internal_t* self = __get_thread(); in __start_thread()
80 pthread_internal_t* self = __get_thread(); in clone()
Dlibc_init_static.cpp89 __init_thread_stack_guard(__get_thread()); in __libc_init()
Dndk_cruft.cpp356 #define __get_thread __real_get_thread macro
358 #undef __get_thread
360 pthread_internal_t* __get_thread() { in __get_thread() function
Dpthread_rwlock.cpp292 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) { in __pthread_rwlock_timedrdlock()
355 atomic_store_explicit(&rwlock->writer_tid, __get_thread()->tid, memory_order_relaxed); in __pthread_rwlock_trywrlock()
365 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) { in __pthread_rwlock_timedwrlock()
455 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) != __get_thread()->tid) { in pthread_rwlock_unlock()
Dpthread_internal.cpp104 if (thread == __get_thread()) return thread; in __pthread_internal_find()
Dpthread_mutex.cpp434 pid_t tid = __get_thread()->tid; in __pthread_mutex_lock_with_timeout()
550 pid_t tid = __get_thread()->tid; in pthread_mutex_unlock()
596 pid_t tid = __get_thread()->tid; in pthread_mutex_trylock()
Dlibc_init_common.cpp122 pthread_internal_t* main_thread = __get_thread(); in __libc_init_common()
/bionic/linker/
Ddlfcn.cpp56 char* buffer = __get_thread()->dlerror_buffer; in __bionic_format_dlerror()
/bionic/libc/
Dlibc.x86.map1309 __get_thread; # arm x86 mips
Dlibc.mips.map1310 __get_thread; # arm x86 mips
Dlibc.arm.map1417 __get_thread; # arm x86 mips
Dlibc.map.txt1442 __get_thread; # arm x86 mips