Searched refs:initOnce (Results 1 – 2 of 2) sorted by relevance
50 static void initOnce() { in initOnce() function57 CHECK_EQ(pthread_once(&GlobalInitialized, initOnce), 0); in initThread()
34 static void initOnce() { in initOnce() function62 pthread_once(&GlobalInitialized, initOnce); in initThread()