Home
last modified time | relevance | path

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

12

/external/valgrind/main/drd/tests/
Dpth_create_chain.c16 int thread_count = *(int*)(p); in thread_func() local
34 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/main/helgrind/tests/
Dannotate_rwlock.c157 const int thread_count = 10; in main() local
/external/chromium_org/tools/gn/
Dscheduler.cc17 std::string thread_count = in GetThreadCount() local
/external/chromium_org/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/chromium_org/third_party/webrtc/libjingle/xmllite/
Dxmlelement_unittest.cc243 int thread_count = 2; // Was 100, but that's too slow. in TEST() local
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dxmlelement_unittest.cc260 int thread_count = 2; // Was 100, but that's too slow. in TEST() local
/external/chromium_org/base/synchronization/
Dcondition_variable_unittest.cc491 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
576 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
/external/chromium_org/net/test/embedded_test_server/
Dembedded_test_server.cc146 const int thread_count = in StopThread() 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.cc82 mach_msg_type_number_t thread_count; in GetThreadCount() 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/chromium_org/third_party/mesa/src/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/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
/external/chromium_org/testing/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

12