/external/linux-tools-perf/util/ |
D | thread_map.c | 17 struct thread_map *threads; in thread_map__new_by_pid() local 44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid() local 61 void thread_map__delete(struct thread_map *threads) in thread_map__delete()
|
D | evlist.h | 32 struct thread_map *threads; member 64 struct thread_map *threads) in perf_evlist__set_maps()
|
D | evsel.c | 204 struct thread_map *threads, bool group) in __perf_evsel__open() 268 int threads[1]; member 275 struct thread_map *threads, bool group) in perf_evsel__open() 295 struct thread_map *threads, bool group) in perf_evsel__open_per_thread()
|
D | values.h | 7 int threads; member
|
D | evlist.c | 32 struct thread_map *threads) in perf_evlist__init() 43 struct thread_map *threads) in perf_evlist__new() 381 const struct thread_map *threads = evlist->threads; in perf_evlist__mmap() local 439 const struct thread_map *threads = evlist->threads; in perf_evlist__set_filters() local
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 214 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local 215 VG_(threads)[i].status = VgTs_Init; in VG_() local 216 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local 351 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local 466 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local 470 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local 478 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local 479 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local 480 VG_(threads)[tid].altstack.ss_flags = VKI_SS_DISABLE; in mostly_clear_thread_record() local 484 VG_(threads)[tid].sched_jmpbuf_valid = False; in mostly_clear_thread_record() local [all …]
|
/external/valgrind/main/coregrind/ |
D | m_threadstate.c | 74 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local 122 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
|
D | pub_core_gdbserver.h | 160 Addr32 threads; member 176 Addr64 threads; member
|
D | m_signals.c | 954 VG_(threads)[tid].altstack.ss_flags = VKI_SS_DISABLE; in VG_() local 960 VG_(threads)[tid].altstack.ss_sp = ss->ss_sp; in VG_() local 961 VG_(threads)[tid].altstack.ss_size = ss->ss_size; in VG_() local 962 VG_(threads)[tid].altstack.ss_flags = 0; in VG_() local 1139 VG_(threads)[tid].tmp_sig_mask = VG_(threads)[tid].sig_mask; in do_setmask() local 1194 if (VG_(threads)[tid].sig_queue != NULL) { in VG_() local 1196 VG_(threads)[tid].sig_queue = NULL; in VG_() local 1612 VG_(threads)[tid].exitreason = VgSrc_FatalSig; in default_action() local 1613 VG_(threads)[tid].os_state.fatalsig = sigNo; in default_action() local 2116 if (VG_(threads)[tid].status == VgTs_WaitSys) { in sync_signalhandler_from_user() local [all …]
|
D | m_machine.c | 119 VG_(threads)[tid].arch.vex_shadow1.guest_EAX = s1res; in VG_() local 120 VG_(threads)[tid].arch.vex_shadow2.guest_EAX = s2res; in VG_() local 315 if (VG_(threads)[i].status != VgTs_Empty) { in VG_() local
|
/external/bluetooth/glib/tests/ |
D | thread-test.c | 194 GThread *threads[THREADS]; in test_g_static_private() local 284 GThread *threads[THREADS]; in test_g_static_rw_lock() local 347 GThread *threads[G_ONCE_THREADS]; in test_g_thread_once() local
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 192 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads() 212 i::List<JoinableThread*> threads(kNThreads); in TEST() local 249 i::List<JoinableThread*> threads(kNThreads); in TEST() local 288 i::List<JoinableThread*> threads(kNThreads); in TEST() local 329 i::List<JoinableThread*> threads(kNThreads); in TEST() local 401 i::List<JoinableThread*> threads(kNThreads); in TEST() local 454 i::List<JoinableThread*> threads(kNThreads); in TEST() local 583 i::List<JoinableThread*> threads(kNThreads); in TEST() local 632 i::List<JoinableThread*> threads(kNThreads); in TEST() local 717 i::List<JoinableThread*> threads(kNThreads); in TEST() 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
|
D | pth_cvsimple.c | 65 pthread_t threads[3]; in main() local
|
D | tls.c | 90 pthread_t threads[NTESTS*2]; in main() local
|
/external/valgrind/main/helgrind/tests/ |
D | tc21_pthonce.c | 80 pthread_t threads[NUM_THREADS]; in main() local
|
/external/chromium/chrome/browser/net/ |
D | chrome_net_log_unittest.cc | 57 ChromeNetLogTestThread threads[kThreads]; in TEST() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 209 scoped_ptr<TestThread> threads[4]; in TEST_F() local 226 scoped_ptr<TestThread> threads[8]; in TEST_F() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ThreadGroupTest.java | 846 private Thread[] threads(ThreadGroup parent) { in threads() method in ThreadGroupTest 893 Thread[] threads = threads(aGroup); in wipeAllThreads() local 910 Thread[] threads = threads(aGroup); in wipeSideEffectThreads() local 980 private boolean allSuspended(Vector<MyThread> threads) { in allSuspended()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | SuppliersTest.java | 268 final Thread[] threads = new Thread[numThreads]; in testSupplierThreadSafe() local 351 Thread[] threads = new Thread[numThreads]; in testSynchronizedSupplierThreadSafe() local
|
/external/chromium/base/threading/ |
D | thread_local_storage_unittest.cc | 76 DelegateSimpleThread* threads[kNumThreads]; in TEST() local
|
/external/linux-tools-perf/ |
D | builtin-test.c | 267 struct thread_map *threads; in test__open_syscall_event() local 331 struct thread_map *threads; in test__open_syscall_event_on_all_cpus() local
|
/external/libvpx/vpx/ |
D | vpx_decoder.h | 94 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | JSR166TestCase.java | 541 void assertThreadsStayAlive(Thread... threads) { in assertThreadsStayAlive() 542 assertThreadsStayAlive(timeoutMillis(), threads); in assertThreadsStayAlive() local 548 void assertThreadsStayAlive(long millis, Thread... threads) { in assertThreadsStayAlive()
|