HomeSort by relevance Sort by last modified time
    Searched full:once_control_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
singleton_posix.h 31 const int ret = pthread_once(&once_control_, &Init);
43 static pthread_once_t once_control_; member in class:i18n::phonenumbers::Singleton
47 template <class T> pthread_once_t Singleton<T>::once_control_ = member in class:i18n::phonenumbers::Singleton

Completed in 206 milliseconds