Home
last modified time | relevance | path

Searched refs:g_globals_once (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_globals.cpp16 pthread_once_t g_globals_once = PTHREAD_ONCE_INIT; variable
30 pthread_once(&g_globals_once, CreateGlobalsInstance); in Get()