OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__cxa_thread_key
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
202
static pthread_key_t
__cxa_thread_key
;
member in namespace:__anon35193
210
if (pthread_key_create(&
__cxa_thread_key
, freeObject) != 0)
219
pthread_key_delete(
__cxa_thread_key
);
223
void* obj = pthread_getspecific(
__cxa_thread_key
);
228
void* obj = pthread_getspecific(
__cxa_thread_key
);
244
pthread_setspecific(
__cxa_thread_key
, obj);
Completed in 89 milliseconds