Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp156 static pthread_once_t GlobalInited = PTHREAD_ONCE_INIT; variable
199 pthread_once(&GlobalInited, initGlobal); in initThread()