/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/r8/src/main/java/com/android/tools/r8/utils/ |
D | ThreadUtils.java | 28 public static ExecutorService getExecutorService(int threads) { in getExecutorService() 39 int threads = Integer.min(Runtime.getRuntime().availableProcessors(), 16) / 2; in getExecutorService() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | AllThreadsTest.java | 73 int threads = reply.getNextValueAsInt(); in testAllThreads003() local 132 int threads = reply.getNextValueAsInt(); in testAllThreads002() local 203 int threads = reply.getNextValueAsInt(); in testAllThreads001() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | ThreadTest.java | 23 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 81 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 | 22 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 80 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/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/mockito/src/test/java/org/mockitousage/bugs/ |
D | ShouldNotDeadlockAnswerExecutionTest.java | 24 ExecutorService threads = Executors.newCachedThreadPool(); in failIfMockIsSharedBetweenThreads() local 50 ExecutorService threads = Executors.newCachedThreadPool(); in successIfEveryThreadHasItsOwnMock() 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/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_main.c | 2095 VG_(threads)[tid].status = VgTs_Empty; in shutdown_actions_NORETURN() local 2285 VG_(threads)[tid].arch.vex.guest_GPR2 = r2; in final_tidyup() local 2288 VG_(threads)[tid].arch.vex.guest_GPR2 = freeres_wrapper; in final_tidyup() local 2289 VG_(threads)[tid].arch.vex.guest_GPR12 = freeres_wrapper; in final_tidyup() local 2293 VG_(threads)[tid].arch.vex.guest_r25 = freeres_wrapper; in final_tidyup() local 2302 VG_(threads)[tid].arch.vex.guest_ESP = sp; in final_tidyup() local 2307 VG_(threads)[tid].arch.vex.guest_RDI = to_run; in final_tidyup() local 2312 VG_(threads)[tid].arch.vex.guest_R0 = to_run; in final_tidyup() local 2317 VG_(threads)[tid].arch.vex.guest_X0 = to_run; in final_tidyup() local 2322 VG_(threads)[tid].arch.vex.guest_r4 = to_run; in final_tidyup() local [all …]
|
D | m_threadstate.c | 112 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local 160 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 221 private void runThreads(Thread[] threads, Control control) { in runThreads() 254 Thread[] threads = new Thread[10]; in testThreads() local 279 Thread[] threads = new Thread[10]; in testFrozen() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 222 private void runThreads(Thread[] threads, Control control) { in runThreads() 255 Thread[] threads = new Thread[10]; in testThreads() local 280 Thread[] threads = new Thread[10]; in testFrozen() 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/valgrind/coregrind/m_syswrap/ |
D | syswrap-mips64-linux.c | 204 VG_(threads)[tid].arch.vex.guest_ULR = tlsptr; in sys_set_tls() local 481 if (VG_(threads)[t].status != VgTs_Empty) { in PRE() local 483 VG_(threads)[t].arch.vex.guest_CP0_status |= in PRE() local 486 VG_(threads)[t].arch.vex.guest_CP0_status &= in PRE() 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/eigen/bench/tensors/ |
D | contraction_benchmarks_cpu.cc | 7 #define CREATE_THREAD_POOL(threads) \ argument
|
/external/skia/src/core/ |
D | SkExecutor.cpp | 52 explicit SkThreadPool(int threads) { in SkThreadPool() 122 std::unique_ptr<SkExecutor> SkExecutor::MakeThreadPool(int threads) { in MakeThreadPool()
|
/external/mockito/src/test/java/org/mockitoutil/ |
D | ConcurrentTesting.java | 25 List<Thread> threads = new LinkedList<Thread>(); in concurrently() local
|
/external/valgrind/drd/tests/ |
D | concurrent_close.cpp | 32 pthread_t threads[THREAD_COUNT]; in main() local
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | FileClientSessionCacheTest.java | 35 Thread[] threads = new Thread[10]; in testMaxSize() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | NameTest.java | 60 int threads = reply.getNextValueAsInt(); in testName001() local
|
/external/valgrind/callgrind/tests/ |
D | Makefile.am | 24 check_PROGRAMS = clreq simwork threads program
|