Home
last modified time | relevance | path

Searched refs:thread_1 (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRecognizeBreakpoint.py118 thread_1 = process.threads[1]
119 self.assertEqual(thread_1.GetStopReason(), 5, "Thread_0 stopped for SIGSTOP")
120 self.assertEqual(thread_1.GetName(), "two", "Thread_0 is called two")
135 thread_1 = process.threads[1]
136 self.assertEqual(thread_1.GetStopReason(), 3, "Thread_0 stopped for SIGTRAP")
137 self.assertEqual(thread_1.GetName(), "three", "Thread_0 is called three")
139 self.assertTrue(thread_1.IsValid(), "Thread_1 is valid")
140 … self.assertEqual(thread_1.GetStopReason(), lldb.eStopReasonBreakpoint, "Stopped at breakpoint")
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/
H A Dmain.cpp50 std::thread thread_1(step_thread_func); in main() local
57 std::thread thread_2(create_thread_func, &thread_1); in main()
67 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/ignore_suspended/
H A Dmain.cpp23 std::thread thread_1(thread1); in main() local
32 thread_1.join(); // Set third breakpoint here in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/multi_break/
H A Dmain.cpp32 std::thread thread_1(thread_func); in main() local
36 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/
H A Dmain.cpp34 std::thread thread_1(thread_func); in main() local
38 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_step/
H A Dmain.cpp54 std::thread thread_1(step_thread_func); in main() local
66 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/commands/thread/backtrace/
H A Dmain.cpp56 std::thread thread_1(thread_func_1); in main() local
60 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_exit/
H A Dmain.cpp43 std::thread thread_1(thread1); in main() local
55 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_after_attach/
H A Dmain.cpp44 std::thread thread_1(thread_1_func, nullptr); in main() local
57 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/
H A Dmain.cpp42 std::thread thread_1(thread_func); in main() local
52 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dmain.cpp30 std::thread thread_1(call_and_wait, std::ref(n)); in main() local
34 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dmultithread-test.cc27 std::thread thread_1(call_and_wait, std::ref(n)); in main() local
31 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/lang/c/step_over_no_deadlock/
H A Dlocking.cpp61 std::thread thread_1(lock_acquirer_1); in main() local
74 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/commands/expression/no-deadlock/
H A Dlocking.cpp61 std::thread thread_1(lock_acquirer_1); in main() local
74 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/
H A Dmain.cpp80 std::thread thread_1(break_thread_func); in main() local
88 std::thread thread_5(join_thread_func, &thread_1); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_break/
H A Dmain.cpp88 std::thread thread_1(break_thread_func); in main() local
106 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/num_threads/
H A Dmain.cpp45 std::thread thread_1(thread1, nullptr); in main() local
59 thread_1.join(); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/
H A Dmain.cpp41 std::thread thread_1(thread1); in main() local
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/thread_crash/
H A Dmain.cpp41 std::thread thread_1(thread1); in main() local