Home
last modified time | relevance | path

Searched defs:log_thread (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DLogTest.cpp365 std::thread log_thread([this] { LLDB_LOG(getLog(), "Hello World"); }); in TEST_F() local
382 std::thread log_thread([this] { LLDB_LOGV(getLog(), "Hello World"); }); in TEST_F() local
401 std::thread log_thread([this, &mask] { mask = getLog()->GetMask(); }); in TEST_F() local