/external/valgrind/main/include/ |
pub_tool_threadstate.h | 46 #define VG_INVALID_THREADID ((ThreadId)(0))
|
/external/valgrind/main/coregrind/ |
m_threadstate.c | 45 ThreadId VG_(running_tid) = VG_INVALID_THREADID; 169 return VG_INVALID_THREADID;
|
m_machine.c | 378 if (i == VG_INVALID_THREADID) 392 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); 399 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); 406 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); 413 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID); [all...] |
m_main.c | [all...] |
/external/valgrind/main/callgrind/ |
threads.c | 81 CLG_(current_tid) = VG_INVALID_THREADID; 133 if (CLG_(current_tid) != VG_INVALID_THREADID) { 155 if (tid != VG_INVALID_THREADID) {
|
/external/valgrind/main/helgrind/ |
hg_errors.c | 504 tl_assert( thr->coretid != VG_INVALID_THREADID ); 527 tl_assert( thr->coretid != VG_INVALID_THREADID ); 547 tl_assert( thr->coretid != VG_INVALID_THREADID ); 562 tl_assert( thr->coretid != VG_INVALID_THREADID ); 589 tl_assert( thr->coretid != VG_INVALID_THREADID ); 609 tl_assert( thr->coretid != VG_INVALID_THREADID ); 628 tl_assert( thr->coretid != VG_INVALID_THREADID ); [all...] |
hg_main.c | 175 thread->coretid = VG_INVALID_THREADID; 508 if (thr->coretid == VG_INVALID_THREADID) 635 tl_assert(thr->coretid != VG_INVALID_THREADID); 639 tl_assert(VG_INVALID_THREADID == 0); 675 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS); 676 tl_assert(map_threads[VG_INVALID_THREADID] == NULL); 687 tl_assert(tid != VG_INVALID_THREADID); [all...] |
/external/valgrind/main/drd/ |
drd_mutex.c | 298 p ? p->owner : VG_INVALID_THREADID, 517 p->owner = VG_INVALID_THREADID;
|
drd_thread.c | 67 static ThreadId s_vg_running_tid = VG_INVALID_THREADID; 157 if (tid == VG_INVALID_THREADID) 245 : VG_INVALID_THREADID); 672 tl_assert(vg_tid != VG_INVALID_THREADID); 680 tl_assert(s_vg_running_tid != VG_INVALID_THREADID); 691 tl_assert(vg_tid != VG_INVALID_THREADID); 711 tl_assert(s_vg_running_tid != VG_INVALID_THREADID); [all...] |
drd_segment.c | 34 #include "pub_tool_threadstate.h" // VG_INVALID_THREADID 83 if (vg_created != VG_INVALID_THREADID && VG_(get_SP)(vg_created) != 0)
|
drd_main.c | 631 tl_assert(created != VG_INVALID_THREADID); 654 tl_assert(vg_created != VG_INVALID_THREADID);
|
drd_clientreq.c | 86 && vg_tid == VG_INVALID_THREADID));
|
/external/valgrind/main/memcheck/ |
mc_errors.c | 746 tl_assert(VG_INVALID_THREADID != tid); 758 tl_assert(VG_INVALID_THREADID != tid); 775 tl_assert(VG_INVALID_THREADID != tid); 783 tl_assert(VG_INVALID_THREADID != tid); 792 tl_assert(VG_INVALID_THREADID != tid); 807 tl_assert(VG_INVALID_THREADID != tid); 816 tl_assert(VG_INVALID_THREADID != tid); 849 tl_assert(VG_INVALID_THREADID != tid); [all...] |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 287 if (VG_(running_tid) != VG_INVALID_THREADID) 289 vg_assert(VG_(running_tid) == VG_INVALID_THREADID); 327 VG_(running_tid) = VG_INVALID_THREADID; 383 VG_(running_tid) = VG_INVALID_THREADID; 446 vg_assert(tid != VG_INVALID_THREADID); [all...] |
/external/valgrind/main/exp-sgcheck/ |
sg_main.c | 69 && tid != VG_INVALID_THREADID; [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-generic.c | [all...] |
syswrap-darwin.c | [all...] |