Searched refs:GlobalInitialized (Results 1 – 2 of 2) sorted by relevance
19 static pthread_once_t GlobalInitialized = PTHREAD_ONCE_INIT; variable56 CHECK_EQ(pthread_once(&GlobalInitialized, initOnce), 0); in initThread()
19 static pthread_once_t GlobalInitialized = PTHREAD_ONCE_INIT; variable61 pthread_once(&GlobalInitialized, initOnce); in initThread()