HomeSort by relevance Sort by last modified time
    Searched defs:__get_thread (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
ndk_cruft.cpp 358 #define __get_thread __real_get_thread macro
360 #undef __get_thread macro
362 pthread_internal_t* __get_thread() { function
pthread_internal.h 132 // Make __get_thread() inlined for performance reason. See http://b/19825434.
133 static inline __always_inline pthread_internal_t* __get_thread() { function
144 return *__get_thread()->bionic_tls;

Completed in 60 milliseconds