Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteThreadsInStopReply.py17 def gather_stop_reply_fields(self, thread_count, field_names): argument
41 def gather_stop_reply_threads(self, thread_count): argument
51 def gather_stop_reply_pcs(self, thread_count): argument
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/inferior/
H A Dthread_inferior.cpp16 int thread_count = 2; in main() local
/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dthrd_test.cpp16 static constexpr int thread_count = 1000; variable
H A Dcall_once_test.cpp23 static __llvm_libc::cpp::Atomic<unsigned int> thread_count; variable
/llvm-project-15.0.7/libc/test/integration/src/pthread/
H A Dpthread_test.cpp15 static constexpr int thread_count = 1000; variable
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.cc13 int thread_count) in BenchmarkInstance()
/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dexternal-swift-debugging.cpp52 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddebugging.cpp59 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A Dmain.c8 atomic_int thread_count = 0; variable
/llvm-project-15.0.7/lldb/tools/darwin-threads/
H A Dexamine-threads.c386 mach_msg_type_number_t thread_count; in main() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp337 size_t thread_count = thread_info_sp->GetSize(); in DoUpdateThreadList() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_debugging.cpp74 int *mutex_count, int *thread_count, in __tsan_get_report_data()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp74 int *mutex_count, int *thread_count, in __tsan_get_report_data()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc240 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
1120 const size_t thread_count = GetThreadCount(); in AssumeRole() local
H A Dgtest-port.cc127 mach_msg_type_number_t thread_count; in GetThreadCount() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp419 llvm::support::ulittle32_t thread_count = in AddThreadList() local
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py775 def launch_with_threads(self, thread_count): argument