Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dsingleton_posix.h31 const int ret = pthread_once(&once_control_, &Init); in GetInstance()
43 static pthread_once_t once_control_; variable
47 template <class T> pthread_once_t Singleton<T>::once_control_ =