Searched refs:once_control_ (Results 1 – 1 of 1) sorted by relevance
31 const int ret = pthread_once(&once_control_, &Init); in GetInstance()43 static pthread_once_t once_control_; variable47 template <class T> pthread_once_t Singleton<T>::once_control_ =