Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestGdbRemoteThreadsInStopReply.py20 def gather_stop_reply_fields(self, post_startup_log_lines, thread_count, argument
94 def gather_stop_reply_threads(self, post_startup_log_lines, thread_count): argument
104 def gather_stop_reply_pcs(self, post_startup_log_lines, thread_count): argument
192 def stop_reply_reports_multiple_threads(self, thread_count): argument
220 def no_QListThreadsInStopReply_supplies_no_threads(self, thread_count): argument
243 def stop_reply_reports_correct_threads(self, thread_count): argument
282 def stop_reply_contains_thread_pcs(self, thread_count): argument
DTestGdbRemote_qThreadStopInfo.py18 def gather_stop_replies_via_qThreadStopInfo(self, thread_count): argument
109 def qThreadStopInfo_works_for_multiple_threads(self, thread_count): argument
134 self, thread_count): argument
178 self, thread_count, expected_thread_name): argument
/external/libgav1/libgav1/src/
Dthreading_strategy.cc58 int ComputeFrameThreadCount(int thread_count, int tile_count, in ComputeFrameThreadCount()
70 int thread_count) { in Reset()
152 bool ThreadingStrategy::Reset(int thread_count) { in Reset()
175 int thread_count, int tile_count, int tile_columns, in InitializeThreadPoolsForFrameParallel()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_multithread.h89 int thread_count = std::max(1, num_muls / kMinMulPerThread); in HowManyConvThreads() local
93 inline bool MultithreadAlongBatches(int thread_count, int batches) { in MultithreadAlongBatches()
132 int thread_count = HowManyConvThreads(output_shape, filter_shape); in DepthwiseConv() local
/external/llvm-project/lldb/unittests/tools/lldb-server/inferior/
Dthread_inferior.cpp16 int thread_count = 2; in main() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/external/llvm-project/libc/test/src/threads/
Dthrd_test.cpp14 static constexpr int thread_count = 1000; variable
Dcall_once_test.cpp21 static atomic_uint thread_count; variable
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dexternal-swift-debugging.cpp52 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/external/llvm-project/compiler-rt/test/tsan/
Ddebugging.cpp58 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/external/compiler-rt/test/tsan/
Ddebugging.cc57 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/external/ruy/ruy/
Dblock_map.h84 int thread_count; member
Dctx.cc173 void Ctx::EnsureThreadSpecificResources(int thread_count) { in EnsureThreadSpecificResources()
/external/llvm-project/lldb/test/API/macosx/queues/
Dmain.c8 atomic_int thread_count = 0; variable
/external/linux-kselftest/tools/testing/selftests/timers/
Dthreadtest.c122 int thread_count, i; in main() local
/external/google-breakpad/src/processor/
Dstackwalk_common.cc860 int thread_count = process_state.threads()->size(); in PrintProcessState() local
940 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() local
/external/libhevc/encoder/
Dosal_handle.h73 WORD32 thread_count; member
/external/grpc-grpc/test/core/gpr/
Dspinlock_test.cc37 int thread_count; /* number of threads */ member
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder_test.cc78 std::atomic<int> thread_count = {0}; in TEST() local
/external/python/cpython2/Python/
Dthread_atheos.h97 static atomic_t thread_count = 0; variable
Dthread_beos.h113 static int32 thread_count = 0; variable
/external/libiio/src/iiod/
Dthread-pool.c41 unsigned int thread_count; member
/external/libaom/libaom/test/
Dencode_perf_test.cc161 char thread_count[32]; in TEST_P() local
/external/libvpx/libvpx/test/
Dencode_perf_test.cc164 char thread_count[32]; in TEST_P() local
/external/gemmlowp/internal/
Dmulti_thread_gemm.h601 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads() local
658 const int thread_count = HowManyThreads<KernelFormat::kRows>( in MultiThreadGemm() local

123