Searched refs:__get_thread (Results 1 - 13 of 13) 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 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.h117 // Make __get_thread() inlined for performance reason. See http://b/19825434.
118 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) {
361 atomic_store_explicit(&rwlock->writer_tid, __get_thread()->tid, memory_order_relaxed);
371 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) == __get_thread()->tid) {
467 if (atomic_load_explicit(&rwlock->writer_tid, memory_order_relaxed) != __get_thread()->tid) {
H A Dndk_cruft.cpp349 #define __get_thread __real_get_thread macro
351 #undef __get_thread macro
353 extern "C" pthread_internal_t* __get_thread() { function
H A Dpthread_mutex.cpp431 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.cpp119 pthread_internal_t* main_thread = __get_thread();
/bionic/linker/
H A Ddlfcn.cpp45 char* buffer = __get_thread()->dlerror_buffer;

Completed in 176 milliseconds