Searched refs:__get_thread (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_self.cpp32 return reinterpret_cast<pthread_t>(__get_thread());
H A Dgettid.cpp34 return __get_thread()->tid;
H A Dgetpid.cpp36 pthread_internal_t* self = __get_thread();
H A D__cxa_thread_atexit_impl.cpp35 pthread_internal_t* thread = __get_thread();
42 pthread_internal_t* thread = __get_thread();
H A Dpthread_exit.cpp47 pthread_internal_t* thread = __get_thread();
55 pthread_internal_t* thread = __get_thread();
66 pthread_internal_t* thread = __get_thread();
H A Dfork.cpp39 pthread_internal_t* self = __get_thread();
H A Dpthread_key.cpp76 pthread_key_data_t* key_data = __get_thread()->key_data;
157 pthread_key_data_t* data = &(__get_thread()->key_data[key]);
176 pthread_key_data_t* data = &(__get_thread()->key_data[key]);
H A Dclone.cpp70 pthread_internal_t* self = __get_thread();
H A Dpthread_internal.cpp86 if (thread == __get_thread()) {
H A Dpthread_internal.h124 // Make __get_thread() inlined for performance reason. See http://b/19825434.
125 static inline __always_inline pthread_internal_t* __get_thread() { function
H A Dpthread_rwlock.cpp292 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
355 atomic_store_explicit(&rwlock->writer_tid, __get_thread()->tid, memory_order_relaxed);
365 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
455 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) != __get_thread()->tid) {
H A Dndk_cruft.cpp353 #define __get_thread __real_get_thread macro
355 #undef __get_thread macro
357 pthread_internal_t* __get_thread() { function
H A Dpthread_mutex.cpp434 pid_t tid = __get_thread()->tid;
544 pid_t tid = __get_thread()->tid;
590 pid_t tid = __get_thread()->tid;
H A Dlibc_init_common.cpp110 pthread_internal_t* main_thread = __get_thread();
/bionic/linker/
H A Ddlfcn.cpp44 char* buffer = __get_thread()->dlerror_buffer;

Completed in 1092 milliseconds