/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 240 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local 241 VG_(threads)[i].status = VgTs_Init; in VG_() local 242 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local 243 if (VG_(threads)[i].thread_name) in VG_() local 245 VG_(threads)[i].thread_name = NULL; in VG_() local 399 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local 514 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local 518 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local 526 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local 527 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local [all …]
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | thread_map.c | 24 struct thread_map *threads; in thread_map__new_by_pid() local 51 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid() local 67 struct thread_map *threads = malloc(sizeof(*threads) + in thread_map__new_by_uid() local 159 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local 220 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local 282 void thread_map__delete(struct thread_map *threads) in thread_map__delete() 287 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf()
|
D | thread_map.h | 24 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
|
/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
|
D | SuspendTest.java | 70 int threads = reply.getNextValueAsInt(); in testSuspend001() 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/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/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/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/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/valgrind/helgrind/tests/ |
D | tls_threads.c | 59 pthread_t threads[NLEVEL2]; in level1() local 81 pthread_t threads[NLEVEL1]; in main() local
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 194 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads() 214 i::List<JoinableThread*> threads(kNThreads); in TEST() local 252 i::List<JoinableThread*> threads(kNThreads); in TEST() local 292 i::List<JoinableThread*> threads(kNThreads); in TEST() local 335 i::List<JoinableThread*> threads(kNThreads); in TEST() local 410 i::List<JoinableThread*> threads(kNThreads); in TEST() local 464 i::List<JoinableThread*> threads(kNThreads); in TEST() local 588 i::List<JoinableThread*> threads(kNThreads); in TEST() local 646 i::List<JoinableThread*> threads(kNThreads); in TEST() local 739 i::List<JoinableThread*> threads(kNThreads); in TEST() 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/valgrind/coregrind/ |
D | m_threadstate.c | 113 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local 161 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
|
D | pub_core_gdbserver.h | 197 Addr32 threads; member 216 Addr64 threads; member
|
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/ |
D | ThreadPool-mbean.properties | 2 threads: RO:Number of Threads in pool key
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | open-syscall.c | 11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event() local
|
/external/valgrind/drd/tests/ |
D | concurrent_close.cpp | 32 pthread_t threads[THREAD_COUNT]; in main() local
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | FileClientSessionCacheTest.java | 35 Thread[] threads = new Thread[10]; in testMaxSize() local
|
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 45 static pipe_thread threads[NUM_THREADS]; variable
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | NameTest.java | 59 int threads = reply.getNextValueAsInt(); in testName001() local
|
D | ThreadGroupTest.java | 63 int threads = reply.getNextValueAsInt(); in testThreadGroup001() local
|
/external/valgrind/callgrind/tests/ |
D | Makefile.am | 24 check_PROGRAMS = clreq simwork threads program
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ConcurrentHashMultisetBenchmark.java | 50 @Param({"1", "2", "4", "8"}) int threads; field in ConcurrentHashMultisetBenchmark
|