Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py44 second_thread = lldb.SBThread()
51 second_thread = t
55 self.check_expected_threads_present(main_thread, second_thread, third_thread)
130 def check_expected_threads_present(self, main_thread, second_thread, third_thread): argument
132 main_thread.IsValid() and second_thread.IsValid() and third_thread.IsValid(),
H A Dmain.c8 second_thread (void *in) in second_thread() function
29 pthread_create (&other_thread, NULL, second_thread, NULL); in main()