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

/bionic/libc/bionic/
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 Dndk_cruft.cpp353 #define __get_thread __real_get_thread macro
355 #undef __get_thread macro
357 pthread_internal_t* __get_thread() { function

Completed in 4 milliseconds