/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteThreadsInStopReply.py | 20 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
|
D | TestGdbRemote_qThreadStopInfo.py | 18 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/ |
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()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_multithread.h | 89 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/ |
D | thread_inferior.cpp | 16 int thread_count = 2; in main() 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/llvm-project/libc/test/src/threads/ |
D | thrd_test.cpp | 14 static constexpr int thread_count = 1000; variable
|
D | call_once_test.cpp | 21 static atomic_uint thread_count; variable
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | external-swift-debugging.cpp | 52 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 58 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
|
/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/ruy/ruy/ |
D | block_map.h | 84 int thread_count; member
|
D | ctx.cc | 173 void Ctx::EnsureThreadSpecificResources(int thread_count) { in EnsureThreadSpecificResources()
|
/external/llvm-project/lldb/test/API/macosx/queues/ |
D | main.c | 8 atomic_int thread_count = 0; variable
|
/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() local 940 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() local
|
/external/libhevc/encoder/ |
D | osal_handle.h | 73 WORD32 thread_count; member
|
/external/grpc-grpc/test/core/gpr/ |
D | spinlock_test.cc | 37 int thread_count; /* number of threads */ member
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | traceme_recorder_test.cc | 78 std::atomic<int> thread_count = {0}; in TEST() local
|
/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/libiio/src/iiod/ |
D | thread-pool.c | 41 unsigned int thread_count; member
|
/external/libaom/libaom/test/ |
D | encode_perf_test.cc | 161 char thread_count[32]; in TEST_P() local
|
/external/libvpx/libvpx/test/ |
D | encode_perf_test.cc | 164 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() local 658 const int thread_count = HowManyThreads<KernelFormat::kRows>( in MultiThreadGemm() local
|