Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/
H A Dmain.cpp88 std::thread thread_5(join_thread_func, &thread_1); in main() local
91 thread_5.join(); // implies thread_1 is already finished in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_break/
H A Dmain.cpp99 std::thread thread_5(exit_thread_func); in main() local
102 thread_5.join(); in main()