Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRecognizeBreakpoint.py25 self.thread_info_count = 0
57 if (self.thread_info_count % 2) == 0:
61 self.thread_info_count += 1
/llvm-project/lldb/tools/darwin-threads/
H A Dexamine-threads.c119 mach_msg_type_number_t thread_info_count = THREAD_INFO_MAX; in get_thread_basic_info() local
121 &thread_info_count); in get_thread_basic_info()