Searched refs:trace_mutex (Results 1 – 1 of 1) sorted by relevance
189 static std::mutex trace_mutex; in trace_handler() local190 if (!trace_mutex.try_lock()) { in trace_handler()195 std::lock_guard<std::mutex> scoped_lock(trace_mutex, std::adopt_lock); in trace_handler()