Searched refs:out_mutex_ (Results 1 – 1 of 1) sorted by relevance
148 std::lock_guard<std::mutex> out_lock(out_mutex_); in loop()194 std::lock_guard<std::mutex> lock(out_mutex_); in allocServiceParam()242 std::unique_lock<std::mutex> lock(out_mutex_); in dequeue()267 std::lock(in_mutex_, out_mutex_); in flush()287 std::lock(in_mutex_, out_mutex_); in clear()319 std::mutex out_mutex_; variable