Home
last modified time | relevance | path

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

12345

/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c233 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local
234 VG_(threads)[i].status = VgTs_Init; in VG_() local
235 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local
388 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local
503 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local
507 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local
515 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local
516 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local
517 VG_(threads)[tid].altstack.ss_flags = VKI_SS_DISABLE; in mostly_clear_thread_record() local
521 VG_(threads)[tid].sched_jmpbuf_valid = False; in mostly_clear_thread_record() local
[all …]
/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()
/external/eigen/demos/mandelbrot/
Dmandelbrot.h45 MandelbrotThread **threads; variable
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
/external/valgrind/main/coregrind/
Dm_threadstate.c93 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local
141 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
Dpub_core_gdbserver.h156 Addr32 threads; member
174 Addr64 threads; member
Dm_signals.c1026 VG_(threads)[tid].altstack.ss_flags = VKI_SS_DISABLE; in VG_() local
1032 VG_(threads)[tid].altstack.ss_sp = ss->ss_sp; in VG_() local
1033 VG_(threads)[tid].altstack.ss_size = ss->ss_size; in VG_() local
1034 VG_(threads)[tid].altstack.ss_flags = 0; in VG_() local
1211 VG_(threads)[tid].tmp_sig_mask = VG_(threads)[tid].sig_mask; in do_setmask() local
1266 if (VG_(threads)[tid].sig_queue != NULL) { in VG_() local
1268 VG_(threads)[tid].sig_queue = NULL; in VG_() local
1719 VG_(threads)[tid].exitreason = VgSrc_FatalSig; in default_action() local
1720 VG_(threads)[tid].os_state.fatalsig = sigNo; in default_action() local
2244 if (VG_(threads)[tid].status == VgTs_WaitSys) { in sync_signalhandler_from_user() local
[all …]
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc99 pthread_t threads[kThreads]; in TEST() local
109 pthread_t threads[kThreads]; in TEST() local
119 pthread_t threads[kThreads]; in TEST() local
/external/chromium_org/mojo/system/
Dsimple_dispatcher_unittest.cc388 ScopedVector<test::WaiterThread> threads; in TEST() local
411 ScopedVector<test::WaiterThread> threads; in TEST() local
447 ScopedVector<test::WaiterThread> threads; in TEST() local
485 ScopedVector<test::WaiterThread> threads; in TEST() local
Ddispatcher_unittest.cc208 ScopedVector<ThreadSafetyStressThread> threads; in TEST() local
234 ScopedVector<ThreadSafetyStressThread> threads; in TEST() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc105 pthread_t threads[kThreads]; in TEST() local
116 pthread_t threads[kThreads]; in TEST() local
127 pthread_t threads[kThreads]; in TEST() 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/chromium_org/v8/test/cctest/
Dtest-lockers.cc195 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
Dtest-condition-variable.cc80 ThreadWithMutexAndConditionVariable threads[kThreadCount]; in TEST() local
154 ThreadWithSharedMutexAndConditionVariable threads[kThreadCount]; in TEST() local
284 Thread** threads = new Thread*[thread_count]; in TEST() local
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c45 static pipe_thread threads[NUM_THREADS]; variable
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
Dpipe_barrier_test.c45 static pipe_thread threads[NUM_THREADS]; variable
/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
/external/iputils/ninfod/
Dconfigure.in53 AC_ARG_ENABLE(threads, optenable
/external/qemu/distrib/sdl-1.2.15/test/
Dtorturethread.c61 SDL_Thread *threads[NUMTHREADS]; in main() local
Dtestsem.c60 SDL_Thread *threads[NUM_THREADS]; in main() local
/external/valgrind/main/helgrind/tests/
Dtc21_pthonce.c80 pthread_t threads[NUM_THREADS]; in main() local
/external/bison/m4/
Dthreadlib.m455 AC_ARG_ENABLE([threads], optenable

12345