Home
last modified time | relevance | path

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

12

/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/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp275 uint32_t thread_count = m_thread_list.GetSize(false); in DoResume() local
335 uint32_t thread_count = m_thread_list.GetSize(false); in DoDetach() local
702 uint32_t thread_count = m_thread_list.GetSize(false); in EnableWatchpoint() local
758 uint32_t thread_count = m_thread_list.GetSize(false); in DisableWatchpoint() local
904 uint32_t thread_count = m_thread_list.GetSize(false); in IsAThreadRunning() local
/external/valgrind/helgrind/tests/
Dannotate_rwlock.c157 const int thread_count = 10; in main() local
/external/v8/src/base/platform/
Dcondition-variable-unittest.cc223 LoopIncrementThread(int rem, int* counter, int limit, int thread_count, in LoopIncrementThread()
273 for (int thread_count = 1; thread_count < kMaxThreadCount; ++thread_count) { in TEST() local
/external/lldb/source/Plugins/Process/Linux/
DProcessLinux.cpp158 uint32_t thread_count = m_thread_list.GetSize(false); in StopAllThreads() 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/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/lldb/tools/darwin-threads/
Dexamine-threads.c385 mach_msg_type_number_t thread_count; in main() 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
Dgtest-port.cc86 mach_msg_type_number_t thread_count; in GetThreadCount() 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
Dgtest-port.cc86 mach_msg_type_number_t thread_count; in GetThreadCount() 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
Dgtest-port.cc92 mach_msg_type_number_t thread_count; in GetThreadCount() local
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h321 virtual unsigned int thread_count() const { in thread_count() function
/external/opencv/cv/src/
Dcvdistransform.cpp456 int thread_count = cvGetNumThreads(); in icvTrueDistTrans() local

12