Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 64) sorted by relevance

123

/external/linux-tools-perf/util/
Dthread_map.c17 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()
Devlist.h32 struct thread_map *threads; member
64 struct thread_map *threads) in perf_evlist__set_maps()
Devsel.c204 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()
Dvalues.h7 int threads; member
Devlist.c32 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/
Dscheduler.c214 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/
Dm_threadstate.c74 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local
122 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
Dpub_core_gdbserver.h160 Addr32 threads; member
176 Addr64 threads; member
Dm_signals.c954 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 …]
Dm_machine.c119 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/
Dthread-test.c194 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/
Dtest-lockers.cc192 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/
DMakefile.am24 check_PROGRAMS = clreq simwork threads program
/external/valgrind/main/none/tests/
Dpth_once.c57 pthread_t threads[NUM_THREADS]; in main() local
Dpth_cvsimple.c65 pthread_t threads[3]; in main() local
Dtls.c90 pthread_t threads[NTESTS*2]; in main() local
/external/valgrind/main/helgrind/tests/
Dtc21_pthonce.c80 pthread_t threads[NUM_THREADS]; in main() local
/external/chromium/chrome/browser/net/
Dchrome_net_log_unittest.cc57 ChromeNetLogTestThread threads[kThreads]; in TEST() local
/external/protobuf/src/google/protobuf/stubs/
Donce_unittest.cc209 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/
DThreadGroupTest.java846 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/
DSuppliersTest.java268 final Thread[] threads = new Thread[numThreads]; in testSupplierThreadSafe() local
351 Thread[] threads = new Thread[numThreads]; in testSynchronizedSupplierThreadSafe() local
/external/chromium/base/threading/
Dthread_local_storage_unittest.cc76 DelegateSimpleThread* threads[kNumThreads]; in TEST() local
/external/linux-tools-perf/
Dbuiltin-test.c267 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/
Dvpx_decoder.h94 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java541 void assertThreadsStayAlive(Thread... threads) { in assertThreadsStayAlive()
542 assertThreadsStayAlive(timeoutMillis(), threads); in assertThreadsStayAlive() local
548 void assertThreadsStayAlive(long millis, Thread... threads) { in assertThreadsStayAlive()

123