Searched defs:log_thread (Results 1 – 1 of 1) sorted by relevance
365 std::thread log_thread([this] { LLDB_LOG(getLog(), "Hello World"); }); in TEST_F() local382 std::thread log_thread([this] { LLDB_LOGV(getLog(), "Hello World"); }); in TEST_F() local401 std::thread log_thread([this, &mask] { mask = getLog()->GetMask(); }); in TEST_F() local