Home
last modified time | relevance | path

Searched refs:VG_N_THREADS (Results 1 – 25 of 33) sorted by relevance

12

/external/valgrind/main/coregrind/
Dm_threadstate.c47 ThreadState VG_(threads)[VG_N_THREADS] __attribute__((aligned(16)));
57 for (tid = 1; tid < VG_N_THREADS; tid++) { in VG_()
94 vg_assert(tid >= 0 && tid < VG_N_THREADS); in VG_()
103 if (tid >= VG_N_THREADS) return False; in VG_()
137 for(tid = 1; tid < VG_N_THREADS; tid++) in VG_()
151 for(tid = 1; tid < VG_N_THREADS; tid++) in VG_()
164 for(tid = 1; tid < VG_N_THREADS; tid++) in VG_()
Dpub_core_threadstate.h377 extern ThreadState VG_(threads)[VG_N_THREADS];
Dvgdb-invoker-ptrace.c202 static VgdbThreadState vgdb_threads[VG_N_THREADS];
414 for (i = 1; i < VG_N_THREADS; i++) { in acquire_and_suspend_threads()
481 for (i = 1; i < VG_N_THREADS; i++) { in detach_from_all_threads()
Dm_machine.c357 for (tid = 1; tid < VG_N_THREADS; tid++) { in VG_()
377 for (i = (*tid)+1; i < VG_N_THREADS; i++) { in VG_()
392 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); in VG_()
399 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); in VG_()
406 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); in VG_()
413 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); in VG_()
Dm_libcassert.c331 for (i = 1; i < VG_N_THREADS; i++) { in show_sched_status_wrk()
Dm_errormgr.c640 tl_assert(tid < VG_N_THREADS); in construct_error()
660 vg_assert( tid < VG_N_THREADS ); in construct_error()
/external/valgrind/main/include/
Dpub_tool_threadstate.h41 #define VG_N_THREADS 500 macro
/external/valgrind/main/callgrind/
Dthreads.c64 static thread_info* thread[VG_N_THREADS];
79 for(i=0;i<VG_N_THREADS;i++) in CLG_()
89 for(t=1;t<VG_N_THREADS;t++) { in CLG_()
153 CLG_ASSERT(tid < VG_N_THREADS); in CLG_()
Dmain.c1553 for(t=1;t<VG_N_THREADS;t++) { in dump_state_togdb()
1620 for(t=1;t<VG_N_THREADS;t++) in handle_gdb_monitor_command()
1712 ULong syscalltime[VG_N_THREADS];
1714 UInt syscalltime[VG_N_THREADS];
/external/valgrind/main/helgrind/
Dhg_basics.h47 return coretid >= 0 && coretid < VG_N_THREADS; in HG_()
Dhg_main.c440 for (i = 0; i < VG_N_THREADS; i++) { in pp_map_threads()
445 for (i = 0; i < VG_N_THREADS; i++) { in pp_map_threads()
597 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) ); in initialise_data_structures()
675 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS); in map_threads_maybe_reverse_lookup_SLOW()
1657 for (i = 1; i < VG_N_THREADS; i++) { in evh__atfork_child()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c239 for (i = 1; i < VG_N_THREADS; i++) { in VG_()
515 vg_assert(tid >= 0 && tid < VG_N_THREADS); in mostly_clear_thread_record()
569 for (tid = 1; tid < VG_N_THREADS; tid++) { in sched_fork_cleanup()
611 for (i = 0 /* NB; not 1 */; i < VG_N_THREADS; i++) { in VG_()
1591 for (tid = 1; tid < VG_N_THREADS; tid++) { in VG_()
2166 for (tid = 1; tid < VG_N_THREADS; tid++) { in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-main.c1366 SyscallInfo syscallInfo[VG_N_THREADS];
1373 vg_assert(tid >= 0 && tid < VG_N_THREADS); in VG_()
1385 for (i = 0; i < VG_N_THREADS; i++) { in ensure_initialised()
1403 vg_assert(tid >= 1 && tid < VG_N_THREADS); in VG_()
1797 vg_assert(tid >= 1 && tid < VG_N_THREADS); in VG_()
2260 vg_assert(tid >= 1 && tid < VG_N_THREADS); in VG_()
2370 vg_assert(tid >= 1 && tid < VG_N_THREADS); in ML_()
Dsyswrap-ppc32-linux.c649 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
684 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-amd64-linux.c486 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
518 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-s390x-linux.c576 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
607 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-mips32-linux.c730 vg_assert (tid >= 1 && tid < VG_N_THREADS); in PRE()
745 vg_assert (tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-arm-linux.c545 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
568 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-arm64-linux.c682 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-ppc64-linux.c634 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-x86-linux.c986 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
1020 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
Dsyswrap-mips64-linux.c575 vg_assert(tid >= 1 && tid < VG_N_THREADS); in PRE()
/external/valgrind/main/exp-sgcheck/
Dsg_main.c68 return tid >= 0 && tid < VG_N_THREADS in is_sane_TId()
1042 static struct _StackFrame* shadowStacks[VG_N_THREADS];
1044 static WordFM* /* StackTreeNode */ siTrees[VG_N_THREADS];
1046 static QCache qcaches[VG_N_THREADS];
1058 for (i = 0; i < VG_N_THREADS; i++) { in invalidate_all_QCaches()
1066 for (i = 0; i < VG_N_THREADS; i++) { in ourGlobals_init()
1280 for (i = 0; i < VG_N_THREADS; i++) { in preen_global_Invars()
/external/valgrind/main/drd/
Ddrd_thread.h42 #define DRD_N_THREADS VG_N_THREADS
/external/valgrind/main/coregrind/m_gdbserver/
Dtarget.c75 for (tid = 1; tid < VG_N_THREADS; tid++) { in valgrind_update_threads()

12