HomeSort by relevance Sort by last modified time
    Searched refs:VG_N_THREADS (Results 1 - 25 of 32) sorted by null

1 2

  /external/valgrind/include/
pub_tool_threadstate.h 37 extern UInt VG_N_THREADS;
  /external/valgrind/coregrind/
m_threadstate.c 48 UInt VG_N_THREADS;
60 VG_N_THREADS * sizeof VG_(threads)[0] + LibVEX_GUEST_STATE_ALIGN - 1);
66 for (tid = 1; tid < VG_N_THREADS; tid++) {
103 vg_assert(tid >= 0 && tid < VG_N_THREADS);
112 if (tid >= VG_N_THREADS) return False;
146 for(tid = 1; tid < VG_N_THREADS; tid++)
160 for(tid = 1; tid < VG_N_THREADS; tid++)
173 for(tid = 1; tid < VG_N_THREADS; tid++)
m_machine.c 420 for (tid = 1; tid < VG_N_THREADS; tid++) {
440 for (i = (*tid)+1; i < VG_N_THREADS; i++) {
455 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
462 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
469 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
476 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
    [all...]
m_libcassert.c 364 for (i = 1; i < VG_N_THREADS; i++) {
m_errormgr.c 33 #include "pub_core_threadstate.h" // For VG_N_THREADS
656 vg_assert(tid < VG_N_THREADS);
676 vg_assert( tid < VG_N_THREADS );
    [all...]
  /external/valgrind/helgrind/
hg_basics.h 47 return coretid >= 0 && coretid < VG_N_THREADS;
  /external/valgrind/callgrind/
threads.c 80 thread = CLG_MALLOC("cl.threads.it.1", VG_N_THREADS * sizeof thread[0]);
82 for(i=0;i<VG_N_THREADS;i++)
92 for(t=1;t<VG_N_THREADS;t++) {
156 CLG_ASSERT(tid < VG_N_THREADS);
main.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 239 for (i = 1; i < VG_N_THREADS; i++) {
512 vg_assert(tid >= 0 && tid < VG_N_THREADS);
566 for (tid = 1; tid < VG_N_THREADS; tid++) {
608 for (i = 0 /* NB; not 1 */; i < VG_N_THREADS; i++) {
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c     [all...]
syswrap-amd64-linux.c 463 vg_assert(tid >= 1 && tid < VG_N_THREADS);
495 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-arm-linux.c 528 vg_assert(tid >= 1 && tid < VG_N_THREADS);
551 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-mips32-linux.c 713 vg_assert (tid >= 1 && tid < VG_N_THREADS);
728 vg_assert (tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-ppc32-linux.c 626 vg_assert(tid >= 1 && tid < VG_N_THREADS);
661 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-s390x-linux.c 553 vg_assert(tid >= 1 && tid < VG_N_THREADS);
584 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-arm64-linux.c 627 //ZZ vg_assert(tid >= 1 && tid < VG_N_THREADS);
650 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-ppc64-linux.c 734 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-tilegx-linux.c 603 vg_assert(tid >= 1 && tid < VG_N_THREADS);
634 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
syswrap-x86-linux.c 963 vg_assert(tid >= 1 && tid < VG_N_THREADS);
    [all...]
  /external/valgrind/drd/
drd_thread.h 36 #include "pub_tool_threadstate.h" /* VG_N_THREADS */
42 #define DRD_N_THREADS VG_N_THREADS
  /external/valgrind/exp-sgcheck/
sg_main.c 68 return tid >= 0 && tid < VG_N_THREADS
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
target.c 75 for (tid = 1; tid < VG_N_THREADS; tid++) {
m_gdbserver.c 878 for (n_tid = 1; n_tid < VG_N_THREADS; n_tid++) {
    [all...]
remote-utils.c 315 (Addr) VG_(threads), VG_N_THREADS, sizeof(ThreadState),
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 656 for(i = 1; i < VG_N_THREADS; i++) {

Completed in 531 milliseconds

1 2