Searched refs:t_mutex (Results 1 – 2 of 2) sorted by relevance
17 void t_func(std::mutex &t_mutex, const test_data &t_data) { in t_func() argument18 std::lock_guard<std::mutex> t_lock(t_mutex); in t_func()
24 void t_func(std::mutex &t_mutex) { in t_func() argument25 std::lock_guard<std::mutex> t_lock(t_mutex); in t_func()