Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteThreadsInStopReply.py16 def gather_stop_reply_fields(self, thread_count, field_names): argument
40 def gather_stop_reply_threads(self, thread_count): argument
52 def gather_stop_reply_pcs(self, thread_count): argument
/llvm-project/lldb/unittests/tools/lldb-server/inferior/
H A Dthread_inferior.cpp16 int thread_count = 2; in main() local
/llvm-project/libc/test/integration/src/threads/
H A Dthrd_test.cpp16 static constexpr int thread_count = 1000; variable
H A Dcall_once_test.cpp23 static LIBC_NAMESPACE::cpp::Atomic<unsigned int> thread_count; variable
/llvm-project/compiler-rt/test/tsan/
H A Ddebug_mutex_bad_unlock.cpp43 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
H A Ddebugging.cpp64 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_test.cpp16 static constexpr int thread_count = 1000; variable
H A Dpthread_once_test.cpp24 static LIBC_NAMESPACE::cpp::Atomic<unsigned int> thread_count; variable
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.cc13 int thread_count) in BenchmarkInstance()
/llvm-project/libcxx/benchmarks/
H A Dstop_token.bench.cpp
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dexternal-swift-debugging.cpp58 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/llvm-project/lldb/test/API/macosx/queues/
H A Dmain.c8 atomic_int thread_count = 0; variable
/llvm-project/lldb/tools/darwin-threads/
H A Dexamine-threads.c386 mach_msg_type_number_t thread_count; in main() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp76 int *mutex_count, int *thread_count, in __tsan_get_report_data()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc246 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
1100 const size_t thread_count = GetThreadCount(); in AssumeRole() local
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp357 size_t thread_count = thread_info_sp->GetSize(); DoUpdateThreadList() local
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py826 launch_with_threads(self, thread_count) global() argument
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp604 llvm::support::ulittle32_t thread_count = AddThreadList() local