Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py251 def _RunApply(self, func, args_iterator, process_count, thread_count, argument
284 def _TestBasicApply(self, process_count, thread_count): argument
309 def _TestApplyWithNoTasks(self, process_count, thread_count): argument
335 thread_count): argument
378 def _TestIteratorFailure(self, process_count, thread_count): argument
428 def _TestSharedAttrsWork(self, process_count, thread_count): argument
477 def _TestThreadsSurviveExceptionsInFunc(self, process_count, thread_count): argument
504 def _TestThreadsSurviveExceptionsInHandler(self, process_count, thread_count): argument
577 thread_count): argument
614 thread_count): argument
[all …]
/external/valgrind/drd/tests/
Dpth_create_chain.c17 int thread_count = *(int*)(p); in thread_func() local
41 unsigned thread_count; in main() local
Dpth_barrier_thr_cr.c30 int thread_count = barriers * barrier_participants; in main() local
Dannotate_rwlock.c143 const int thread_count = 10; in main() local
Dpth_broadcast.c114 int thread_count; in main() local
Dannotate_barrier.c30 unsigned thread_count; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand.py976 def _GetProcessAndThreadCount(self, process_count, thread_count, argument
1093 thread_count=None, should_return_results=False, argument
1255 arg_checker, process_count, thread_count, argument
1408 def _ApplyThreads(self, thread_count, process_count, recursive_apply_level, argument
1642 def __init__(self, thread_count, logger, worker_semaphore, argument
/external/v8/test/unittests/base/platform/
Dcondition-variable-unittest.cc221 LoopIncrementThread(int rem, int* counter, int limit, int thread_count, in LoopIncrementThread()
271 for (int thread_count = 1; thread_count < kMaxThreadCount; ++thread_count) { in TEST() local
/external/valgrind/helgrind/tests/
Dannotate_rwlock.c157 const int thread_count = 10; in main() local
/external/google-breakpad/src/processor/
Dstackwalk_common.cc846 int thread_count = process_state.threads()->size(); in PrintProcessState() local
919 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() local
Dminidump_processor.cc154 unsigned int thread_count = threads->thread_count(); in Process() local
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc494 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
579 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement_unittest.cc243 int thread_count = 2; // Was 100, but that's too slow. in TEST() local
/external/gemmlowp/internal/
Dmulti_thread_gemm.h499 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads() local
552 const int thread_count = in MultiThreadGemm() local
/external/libvpx/libvpx/test/
Dencode_perf_test.cc178 char thread_count[32]; in TEST_P() local
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc821 mach_msg_type_number_t thread_count; in SuspendThreads() local
839 mach_msg_type_number_t thread_count; in ResumeThreads() local
/external/protobuf/gtest/src/
Dgtest-death-test.cc170 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
739 const size_t thread_count = GetThreadCount(); in AssumeRole() local
Dgtest-port.cc84 mach_msg_type_number_t thread_count; in GetThreadCount() local
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc217 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
825 const size_t thread_count = GetThreadCount(); in AssumeRole() 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
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc179 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
787 const size_t thread_count = GetThreadCount(); in AssumeRole() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-death-test.cc217 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
823 const size_t thread_count = GetThreadCount(); in AssumeRole() local
/external/gtest/src/
Dgtest-death-test.cc217 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
823 const size_t thread_count = GetThreadCount(); in AssumeRole() local
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h321 virtual unsigned int thread_count() const { in thread_count() function

12