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

  /bionic/libc/bionic/
pthread_internal.h 124 // Make __get_thread() inlined for performance reason. See http://b/19825434.
125 static inline __always_inline pthread_internal_t* __get_thread() { function
ndk_cruft.cpp 353 #define __get_thread __real_get_thread macro
355 #undef __get_thread macro
357 pthread_internal_t* __get_thread() { function

Completed in 142 milliseconds