Searched refs:whiteListLock_ (Results 1 – 2 of 2) sorted by relevance
126 std::lock_guard<std::mutex> lock(whiteListLock_); in IsInWhiteList()149 std::lock_guard<std::mutex> lock(whiteListLock_); in UpdateWhiteList()
43 std::mutex whiteListLock_; variable