Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/darwin-threads/
H A Dexamine-threads.c386 mach_msg_type_number_t thread_count; in main() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp74 int *mutex_count, int *thread_count, in __tsan_get_report_data()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp337 size_t thread_count = thread_info_sp->GetSize(); in DoUpdateThreadList() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp419 llvm::support::ulittle32_t thread_count = in AddThreadList() local
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py774 def launch_with_threads(self, thread_count): argument