HomeSort by relevance Sort by last modified time
    Searched refs:VG_INVALID_THREADID (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/include/
pub_tool_threadstate.h 44 #define VG_INVALID_THREADID ((ThreadId)(0))
  /external/valgrind/main/coregrind/
m_threadstate.c 45 ThreadId VG_(running_tid) = VG_INVALID_THREADID;
158 return VG_INVALID_THREADID;
m_machine.c 358 if (i == VG_INVALID_THREADID)
372 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
379 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
386 vg_assert(0 <= tid && tid < VG_N_THREADS && tid != VG_INVALID_THREADID);
393 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/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 606 tl_assert(created != VG_INVALID_THREADID);
629 tl_assert(vg_created != VG_INVALID_THREADID);
  /external/valgrind/main/memcheck/
mc_errors.c 901 tl_assert(VG_INVALID_THREADID != tid);
913 tl_assert(VG_INVALID_THREADID != tid);
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 554 tl_assert( thr->coretid != VG_INVALID_THREADID );
577 tl_assert( thr->coretid != VG_INVALID_THREADID );
597 tl_assert( thr->coretid != VG_INVALID_THREADID );
612 tl_assert( thr->coretid != VG_INVALID_THREADID );
639 tl_assert( thr->coretid != VG_INVALID_THREADID );
659 tl_assert( thr->coretid != VG_INVALID_THREADID );
678 tl_assert( thr->coretid != VG_INVALID_THREADID );
    [all...]
hg_main.c 171 thread->coretid = VG_INVALID_THREADID;
599 tl_assert(thr->coretid != VG_INVALID_THREADID);
603 tl_assert(VG_INVALID_THREADID == 0);
639 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS);
640 tl_assert(map_threads[VG_INVALID_THREADID] == NULL);
651 tl_assert(tid != VG_INVALID_THREADID);
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 277 if (VG_(running_tid) != VG_INVALID_THREADID)
279 vg_assert(VG_(running_tid) == VG_INVALID_THREADID);
313 VG_(running_tid) = VG_INVALID_THREADID;
369 VG_(running_tid) = VG_INVALID_THREADID;
432 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...]

Completed in 926 milliseconds