Searched refs:second_thread (Results 1 – 2 of 2) sorted by relevance
44 second_thread = lldb.SBThread()51 second_thread = t55 self.check_expected_threads_present(main_thread, second_thread, third_thread)130 def check_expected_threads_present(self, main_thread, second_thread, third_thread): argument132 main_thread.IsValid() and second_thread.IsValid() and third_thread.IsValid(),
8 second_thread (void *in) in second_thread() function29 pthread_create (&other_thread, NULL, second_thread, NULL); in main()