| /external/libgav1/src/ | 
| D | threading_strategy.cc | 58 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()
 
 | 
| D | threading_strategy_test.cc | 194 void VerifyFrameParallel(int thread_count, int tile_count, int tile_columns,  in VerifyFrameParallel()234   for (int thread_count = 2; thread_count <= 6; ++thread_count) {  in TEST()  local
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ | 
| D | depthwiseconv_multithread.h | 91   int thread_count = std::max(1, num_muls / kMinMulPerThread);  in HowManyConvThreads()  local95 inline bool MultithreadAlongBatches(int thread_count, int batches) {  in MultithreadAlongBatches()
 134   int thread_count = HowManyConvThreads(output_shape, filter_shape);  in DepthwiseConv()  local
 
 | 
| /external/compiler-rt/lib/sanitizer_common/ | 
| D | sanitizer_stoptheworld.h | 36   uptr thread_count() const { return thread_ids_.size(); }  in thread_count()  function
 | 
| /external/perfetto/src/base/threading/ | 
| D | thread_pool.cc | 24 ThreadPool::ThreadPool(uint32_t thread_count) {  in ThreadPool()
 | 
| /external/ComputeLibrary/arm_compute/core/CPP/ | 
| D | ICPPKernel.h | 100     virtual size_t get_mws(const CPUInfo &platform, size_t thread_count) const  in get_mws()
 | 
| /external/ComputeLibrary/src/cpu/kernels/assembly/ | 
| D | CpuGemmAssemblyWrapperKernel.h | 125     size_t get_mws(const CPUInfo &platform, size_t thread_count) const override  in get_mws()
 | 
| /external/compiler-rt/test/tsan/ | 
| D | debugging.cc | 57   int stack_count, mop_count, loc_count, mutex_count, thread_count,  in __tsan_on_report()  local
 | 
| /external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/c/ | 
| D | xnnpack_plugin_test.cc | 79   int thread_count = pthreadpool_get_threads_count(threadpool);  in TEST_F()  local
 | 
| /external/ruy/ruy/ | 
| D | block_map.h | 84   int thread_count;  member
 | 
| D | ctx.cc | 173 void Ctx::EnsureThreadSpecificResources(int thread_count) {  in EnsureThreadSpecificResources()
 | 
| /external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ | 
| D | xnnpack_plugin_test.cc | 87   int thread_count = pthreadpool_get_threads_count(threadpool);  in TEST_F()  local
 | 
| /external/linux-kselftest/tools/testing/selftests/timers/ | 
| D | threadtest.c | 122 	int thread_count, i;  in main()  local
 | 
| /external/google-breakpad/src/processor/ | 
| D | stackwalk_common.cc | 860   int thread_count = process_state.threads()->size();  in PrintProcessState()  local940   int thread_count = process_state.threads()->size();  in PrintProcessStateMachineReadable()  local
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | add_n.cc | 79   const int thread_count =  in Prepare()  local
 | 
| /external/grpc-grpc/test/core/gpr/ | 
| D | spinlock_test.cc | 37   int thread_count; /* number of threads */  member
 | 
| /external/libhevc/encoder/ | 
| D | osal_handle.h | 73     WORD32 thread_count;  member
 | 
| /external/libiio/src/iiod/ | 
| D | thread-pool.c | 41 	unsigned int thread_count;  member
 | 
| /external/python/cpython2/Python/ | 
| D | thread_atheos.h | 97 static atomic_t thread_count = 0;  variable
 | 
| D | thread_beos.h | 113 static int32 thread_count = 0;  variable
 | 
| /external/tensorflow/tensorflow/core/profiler/backends/cpu/ | 
| D | traceme_recorder_test.cc | 79   std::atomic<int> thread_count = {0};  in TEST()  local
 | 
| /external/cronet/base/synchronization/ | 
| D | condition_variable_unittest.cc | 487 WorkQueue::WorkQueue(int thread_count)  in WorkQueue()572 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) {  in ThreadSafeCheckShutdown()
 
 | 
| /external/libaom/test/ | 
| D | encode_perf_test.cc | 161           char thread_count[32];  in TEST_P()  local
 | 
| /external/gemmlowp/internal/ | 
| D | multi_thread_gemm.h | 601   int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread));  in HowManyThreads()  local658   const int thread_count = HowManyThreads<KernelFormat::kRows>(  in MultiThreadGemm()  local
 
 | 
| /external/libchrome/base/synchronization/ | 
| D | condition_variable_unittest.cc | 502 WorkQueue::WorkQueue(int thread_count)  in WorkQueue()587 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) {  in ThreadSafeCheckShutdown()
 
 |