Searched refs:__once_functor_lock_ptr (Results 1 – 8 of 8) sorted by relevance
34 static std::unique_lock<std::mutex>* __once_functor_lock_ptr = 0; in __get_once_functor_lock_ptr() local35 return __once_functor_lock_ptr; in __get_once_functor_lock_ptr()
64 static unique_lock<mutex>* __once_functor_lock_ptr = nullptr;65 return std::__exchange(__once_functor_lock_ptr, ptr);
Completed in 13 milliseconds