Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp270 std::thread log_thread([this] { LLDB_LOG(getLog(), "Hello World"); }); in TEST_F() local
272 log_thread.join(); in TEST_F()
287 std::thread log_thread([this] { LLDB_LOGV(getLog(), "Hello World"); }); in TEST_F() local
290 log_thread.join(); in TEST_F()
306 std::thread log_thread([this, &mask] { mask = getLog()->GetMask().Get(); }); in TEST_F() local
308 log_thread.join(); in TEST_F()
/external/perfetto/infra/ci/worker/
Drun_job.py57 def log_thread(job_id, queue): function
101 log_thd = threading.Thread(target=log_thread, args=(job_id, q))