Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py55 self.check_expected_threads_present(main_thread, second_thread, third_thread)
130 def check_expected_threads_present(self, main_thread, second_thread, third_thread): member in TestInterruptThreadNames