Home
last modified time | relevance | path

Searched refs:t_mutex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/test/Shell/Register/Inputs/
H A Dx86-multithread-read.cpp17 void t_func(std::mutex &t_mutex, const test_data &t_data) { in t_func() argument
18 std::lock_guard<std::mutex> t_lock(t_mutex); in t_func()
H A Dx86-multithread-write.cpp24 void t_func(std::mutex &t_mutex) { in t_func() argument
25 std::lock_guard<std::mutex> t_lock(t_mutex); in t_func()