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

/system/core/libcutils/
H A Dproperties.c84 static pthread_once_t gInitOnce = PTHREAD_ONCE_INIT; variable
145 pthread_once(&gInitOnce, init);
212 pthread_once(&gInitOnce, init);
245 pthread_once(&gInitOnce, init);

Completed in 3 milliseconds