/external/valgrind/drd/tests/ |
D | pth_create_chain.c | 17 int thread_count = *(int*)(p); in thread_func() local 41 unsigned thread_count; in main() local
|
D | pth_barrier_thr_cr.c | 30 int thread_count = barriers * barrier_participants; in main() local
|
D | annotate_rwlock.c | 143 const int thread_count = 10; in main() local
|
D | pth_broadcast.c | 114 int thread_count; in main() local
|
D | annotate_barrier.c | 30 unsigned thread_count; member
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_shader.c | 171 uint16_t thread_count; in vs_get_gen6_thread_count() local 199 uint16_t thread_count; in vs_set_gen6_3DSTATE_VS() local 256 uint16_t thread_count; in hs_get_gen7_thread_count() local 283 uint16_t thread_count; in hs_set_gen7_3DSTATE_HS() local 361 uint16_t thread_count; in ds_get_gen7_thread_count() local 388 uint16_t thread_count; in ds_set_gen7_3DSTATE_DS() local 479 uint16_t thread_count; in gs_get_gen6_thread_count() local 519 uint16_t thread_count; in gs_set_gen6_3DSTATE_GS() local 596 uint16_t thread_count; in gs_set_gen7_3DSTATE_GS() local
|
D | ilo_builder_media.h | 128 unsigned thread_count; in gen7_GPGPU_WALKER() local
|
D | ilo_dev.h | 59 int thread_count; member
|
D | ilo_state_shader_ps.c | 44 uint16_t thread_count; member 209 uint16_t thread_count; in ps_get_gen6_thread_count() 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/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_ds_state.c | 75 const unsigned thread_count = (devinfo->max_tes_threads - 1) << in gen7_upload_ds_state() 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/valgrind/helgrind/tests/ |
D | annotate_rwlock.c | 157 const int thread_count = 10; in main() local
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | threadtest.c | 134 int thread_count, i; in main() local
|
/external/google-breakpad/src/processor/ |
D | stackwalk_common.cc | 846 int thread_count = process_state.threads()->size(); in PrintProcessState() local 919 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() 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/webrtc/webrtc/libjingle/xmllite/ |
D | xmlelement_unittest.cc | 243 int thread_count = 2; // Was 100, but that's too slow. in TEST() local
|
/external/libvpx/libvpx/test/ |
D | encode_perf_test.cc | 164 char thread_count[32]; in TEST_P() local
|
/external/libchrome/base/synchronization/ |
D | condition_variable_unittest.cc | 496 WorkQueue::WorkQueue(int thread_count) in WorkQueue() 581 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
|
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 581 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads() local 638 const int thread_count = HowManyThreads<KernelFormat::kRows>( in MultiThreadGemm() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 821 mach_msg_type_number_t thread_count; in SuspendThreads() local 839 mach_msg_type_number_t thread_count; in ResumeThreads() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 66 int *mutex_count, int *thread_count, in __tsan_get_report_data()
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 170 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() 739 const size_t thread_count = GetThreadCount(); in AssumeRole() local
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 179 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() 789 const size_t thread_count = GetThreadCount(); in AssumeRole() local
|