Searched refs:third_thread (Results 1 – 2 of 2) sorted by relevance
45 third_thread = lldb.SBThread()53 third_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(),
17 third_thread (void *in) in third_thread() function30 pthread_create (&other_thread, NULL, third_thread, NULL); in main()