Searched defs:__get_thread (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_internal.h127 // Make __get_thread() inlined for performance reason. See http://b/19825434.
128 static inline __always_inline pthread_internal_t* __get_thread() { function
139 return *__get_thread()->bionic_tls;
H A Dndk_cruft.cpp356 #define __get_thread __real_get_thread macro
358 #undef __get_thread macro
360 pthread_internal_t* __get_thread() { function

Completed in 3469 milliseconds