Home
last modified time | relevance | path

Searched refs:thread_2 (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/ignore_suspended/
H A Dmain.cpp26 std::thread thread_2(thread2); in main() local
29 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/multi_break/
H A Dmain.cpp33 std::thread thread_2(thread_func); in main() local
37 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/
H A Dmain.cpp35 std::thread thread_2(thread_func); in main() local
39 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/
H A Dmain.cpp47 std::thread thread_2(thread2); in main() local
51 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_step/
H A Dmain.cpp57 std::thread thread_2(exit_thread_func); in main() local
60 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/commands/thread/backtrace/
H A Dmain.cpp57 std::thread thread_2(thread_func_2); in main() local
61 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_exit/
H A Dmain.cpp49 std::thread thread_2(thread2); // Set first breakpoint here in main() local
62 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp57 std::thread thread_2(create_thread_func, &thread_1); in main() local
66 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_after_attach/
H A Dmain.cpp54 std::thread thread_2(thread_2_func, nullptr); in main() local
58 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dmain.cpp31 std::thread thread_2(compute_pow, std::ref(n)); in main() local
35 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dmultithread-test.cc28 std::thread thread_2(compute_pow, std::ref(n)); in main() local
32 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/
H A Dmain.cpp83 std::thread thread_2(wait_thread_func); in main() local
94 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_break/
H A Dmain.cpp91 std::thread thread_2(wait_thread_func); in main() local
105 thread_2.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/num_threads/
H A Dmain.cpp35 std::thread thread_2(thread2, nullptr); in thread1() local
36 thread_2.join(); in thread1()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/thread_crash/
H A Dmain.cpp47 std::thread thread_2(thread2); in main() local