Home
last modified time | relevance | path

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

123

/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/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()
Dtrmul.cc352 const int thread_count = block_map.thread_count; in TrMul() local
/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/libiio/src/iiod/
Dthread-pool.c41 unsigned int thread_count; member
/external/python/cpython2/Python/
Dthread_atheos.h97 static atomic_t thread_count = 0; variable
Dthread_beos.h113 static int32 thread_count = 0; variable
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder_test.cc78 std::atomic<int> thread_count = {0}; in TEST() local
/external/libaom/libaom/test/
Dencode_perf_test.cc161 char thread_count[32]; in TEST_P() local
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc502 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
587 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
/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
/external/libvpx/libvpx/test/
Dencode_perf_test.cc164 char thread_count[32]; in TEST_P() local
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc826 mach_msg_type_number_t thread_count; in SuspendThreads() local
844 mach_msg_type_number_t thread_count; in ResumeThreads() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc66 int *mutex_count, int *thread_count, in __tsan_get_report_data()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc361 int thread_count = 0; in Communicate() local
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_custom_gemv.h164 int thread_count = LegacyHowManyThreads<Impl::kKernelRows>( in CustomGemv() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h216 int thread_count = output_depth / kMinDepthPerThread; in Mean() local
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc179 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
789 const size_t thread_count = GetThreadCount(); in AssumeRole() local

123