Searched refs:gInitOnce (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dproperties.c174 static pthread_once_t gInitOnce = PTHREAD_ONCE_INIT; variable
235 pthread_once(&gInitOnce, init);
302 pthread_once(&gInitOnce, init);
335 pthread_once(&gInitOnce, init);

Completed in 63 milliseconds