/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 242 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local 243 VG_(threads)[i].status = VgTs_Init; in VG_() local 244 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local 245 if (VG_(threads)[i].thread_name) in VG_() local 247 VG_(threads)[i].thread_name = NULL; in VG_() local 401 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local 533 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local 537 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local 545 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local 546 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | AllThreadsTest.java | 72 int threads = reply.getNextValueAsInt(); in testAllThreads003() local 131 int threads = reply.getNextValueAsInt(); in testAllThreads002() local 202 int threads = reply.getNextValueAsInt(); in testAllThreads001() local
|
/external/webrtc/webrtc/base/ |
D | criticalsection_unittest.cc | 199 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads() 248 ScopedPtrCollection<Thread> threads; in TEST() local 261 ScopedPtrCollection<Thread> threads; in TEST() local 273 ScopedPtrCollection<Thread> threads; in TEST() local 285 ScopedPtrCollection<Thread> threads; in TEST() local 297 ScopedPtrCollection<Thread> threads; in TEST() local
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereobp.cu | 168 dim3 threads(32, 8, 1); in comp_data_gpu() local 182 dim3 threads(32, 8, 1); in comp_data_gpu() local 197 dim3 threads(32, 8, 1); in comp_data_gpu() local 211 dim3 threads(32, 8, 1); in comp_data_gpu() local 226 dim3 threads(32, 8, 1); in comp_data_gpu() local 240 dim3 threads(32, 8, 1); in comp_data_gpu() local 280 dim3 threads(32, 8, 1); in data_step_down_gpu() local 322 dim3 threads(32, 8, 1); in level_up_messages_gpu() local 451 dim3 threads(32, 8, 1); in calc_all_iterations_gpu() local 518 dim3 threads(32, 8, 1); in output_gpu() local
|
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
D | ThreadPool.java | 64 public void setMinThreads(int threads); in setMinThreads() 65 public void setMaxThreads(int threads); in setMaxThreads()
|
D | QueuedThreadPool.java | 105 int threads=_threadsStarted.get(); in doStart() local 223 int threads=_threadsStarted.get(); in setMinThreads() local 364 int threads=_threadsStarted.get(); in dispatch() local 426 private boolean startThread(int threads) in startThread()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | ThreadTest.java | 25 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 77 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ThreadTest.java | 21 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 73 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_manager_unittest.cc | 28 uint8_t threads = 1; in TEST() local 40 uint8_t threads = 1; in TEST() local
|
/external/elfutils/tests/ |
D | dwfl-proc-attach.c | 66 int *threads = (int *) thread_arg; in thread_callback() local 96 int threads = 0; in main() local
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutex_test.cc | 99 pthread_t threads[kThreads]; in TEST() local 109 pthread_t threads[kThreads]; in TEST() local 119 pthread_t threads[kThreads]; in TEST() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 227 private void runThreads(Thread[] threads, Control control) { in runThreads() 259 Thread[] threads = new Thread[10]; in testThreads() local 283 Thread[] threads = new Thread[10]; in testFrozen() local
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 223 private void runThreads(Thread[] threads, Control control) { in runThreads() 255 Thread[] threads = new Thread[10]; in testThreads() local 279 Thread[] threads = new Thread[10]; in testFrozen() local
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.h | 45 MandelbrotThread **threads; variable 66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_mutex_test.cc | 107 pthread_t threads[kThreads]; in TEST() local 118 pthread_t threads[kThreads]; in TEST() local 129 pthread_t threads[kThreads]; in TEST() local
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 196 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads() 217 i::List<JoinableThread*> threads(kNThreads); in TEST() local 264 i::List<JoinableThread*> threads(kNThreads); in TEST() local 310 i::List<JoinableThread*> threads(kNThreads); in TEST() local 390 i::List<JoinableThread*> threads(kNThreads); in TEST() local 447 i::List<JoinableThread*> threads(kNThreads); in TEST() local 577 i::List<JoinableThread*> threads(kNThreads); in TEST() local 635 i::List<JoinableThread*> threads(kNThreads); in TEST() local 735 i::List<JoinableThread*> threads(kNThreads); in TEST() local
|
/external/valgrind/helgrind/tests/ |
D | tls_threads.c | 59 pthread_t threads[NLEVEL2]; in level1() local 81 pthread_t threads[NLEVEL1]; in main() local
|
/external/valgrind/coregrind/ |
D | m_threadstate.c | 109 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local 157 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
|
D | pub_core_gdbserver.h | 197 Addr32 threads; member 216 Addr64 threads; member
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 318 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call() local 333 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call() local 359 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call() local 384 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call() local
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | match_template.cu | 113 const dim3 threads(32, 8); in matchTemplateNaive_CCORR() local 183 const dim3 threads(32, 8); in matchTemplateNaive_SQDIFF() local 239 const dim3 threads(32, 8); in matchTemplatePrepared_SQDIFF_8U() local 311 const dim3 threads(32, 8); in matchTemplatePrepared_SQDIFF_NORMED_8U() local 354 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8U() local 396 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8UC2() local 451 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8UC3() local 517 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8UC4() local 567 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_NORMED_8U() local 627 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_NORMED_8UC2() local [all …]
|
/external/v8/test/unittests/base/platform/ |
D | condition-variable-unittest.cc | 61 ThreadWithMutexAndConditionVariable threads[kThreadCount]; in TEST() local 141 ThreadWithSharedMutexAndConditionVariable threads[kThreadCount]; in TEST() local 276 Thread** threads = new Thread* [thread_count]; in TEST() local
|
/external/opencv3/modules/stitching/src/cuda/ |
D | build_warp_maps.cu | 167 dim3 threads(32, 8); in buildWarpPlaneMaps() local 188 dim3 threads(32, 8); in buildWarpCylindricalMaps() local 209 dim3 threads(32, 8); in buildWarpSphericalMaps() local
|
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/ |
D | ThreadPool-mbean.properties | 2 threads: RO:Number of Threads in pool key
|
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 167 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() local 274 TestArabicShapeThreads threads[30]; in TestArabicShapingThreads() local 354 TestMutexThread threads[TESTMUTEX_THREAD_COUNT]; in TestMutex() local 1216 TxThread threads[4]; in TestAnyTranslit() local 1289 CondThread *threads[NUMTHREADS]; in TestConditionVariables() local 1472 UnifiedCacheThread *threads[CACHE_LOAD][UPRV_LENGTHOF(gCacheLocales)]; in TestUnifiedCache() local 1559 BreakTranslitThread threads[4]; in TestBreakTranslit() local
|