Searched refs:singleton_lock_ (Results 1 – 2 of 2) sorted by relevance
8 std::mutex SessionLibrary::singleton_lock_; member in castkeydrm::SessionLibrary12 std::lock_guard<std::mutex> guard(singleton_lock_); in get()
18 static std::mutex singleton_lock_; variable