/external/valgrind/main/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 402 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local 517 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local 521 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local 529 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local 530 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local [all …]
|
/external/linux-tools-perf/perf-3.12.0/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/chromium_org/third_party/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
|
D | udp_socket_wrapper_unittest.cc | 54 uint8_t threads = 1; in TEST() 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/chromium_org/third_party/webrtc/base/ |
D | criticalsection_unittest.cc | 98 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads() 125 ScopedPtrCollection<Thread> threads; in TEST() local 137 ScopedPtrCollection<Thread> threads; in TEST() local
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | criticalsection_unittest.cc | 115 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads() 142 ScopedPtrCollection<Thread> threads; in TEST() local 154 ScopedPtrCollection<Thread> threads; in TEST() 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/main/coregrind/ |
D | m_threadstate.c | 104 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local 152 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
|
D | pub_core_gdbserver.h | 184 Addr32 threads; member 202 Addr64 threads; member
|
/external/chromium_org/mojo/system/ |
D | simple_dispatcher_unittest.cc | 394 ScopedVector<test::WaiterThread> threads; in TEST() local 419 ScopedVector<test::WaiterThread> threads; in TEST() local 460 ScopedVector<test::WaiterThread> threads; in TEST() local 502 ScopedVector<test::WaiterThread> threads; 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/chromium_org/v8/test/cctest/ |
D | test-lockers.cc | 195 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads() 215 i::List<JoinableThread*> threads(kNThreads); in TEST() local 253 i::List<JoinableThread*> threads(kNThreads); in TEST() local 293 i::List<JoinableThread*> threads(kNThreads); in TEST() local 336 i::List<JoinableThread*> threads(kNThreads); in TEST() local 411 i::List<JoinableThread*> threads(kNThreads); in TEST() local 465 i::List<JoinableThread*> threads(kNThreads); in TEST() local 589 i::List<JoinableThread*> threads(kNThreads); in TEST() local 647 i::List<JoinableThread*> threads(kNThreads); in TEST() local 738 i::List<JoinableThread*> threads(kNThreads); in TEST() local
|
/external/linux-tools-perf/perf-3.12.0/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
|
D | open-syscall-all-cpus.c | 14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event_on_all_cpus() local
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | FileClientSessionCacheTest.java | 35 Thread[] threads = new Thread[10]; in testMaxSize() local
|
/external/valgrind/main/drd/tests/ |
D | concurrent_close.cpp | 32 pthread_t threads[THREAD_COUNT]; in main() local
|
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 45 static pipe_thread threads[NUM_THREADS]; variable
|
/external/chromium_org/third_party/mesa/src/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
|
/external/valgrind/main/callgrind/tests/ |
D | Makefile.am | 24 check_PROGRAMS = clreq simwork threads program
|
/external/valgrind/main/none/tests/ |
D | pth_once.c | 57 pthread_t threads[NUM_THREADS]; in main() local
|