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

  /external/valgrind/include/
pub_tool_threadstate.h 42 #define VG_INVALID_THREADID ((ThreadId)(0))
  /external/valgrind/coregrind/
m_threadstate.c 45 ThreadId VG_(running_tid) = VG_INVALID_THREADID;
178 return VG_INVALID_THREADID;
m_addrinfo.c 50 If not found, returns VG_INVALID_THREADID. */
62 return VG_INVALID_THREADID;
86 return VG_INVALID_THREADID;
229 if (tid != VG_INVALID_THREADID) {
242 if (tid != VG_INVALID_THREADID)
247 if (tid != VG_INVALID_THREADID) {
m_machine.c 441 if (i == VG_INVALID_THREADID)
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_main.c     [all...]
  /external/valgrind/callgrind/
threads.c 84 CLG_(current_tid) = VG_INVALID_THREADID;
136 if (CLG_(current_tid) != VG_INVALID_THREADID) {
158 if (tid != VG_INVALID_THREADID) {
  /external/valgrind/helgrind/
hg_errors.c 520 tl_assert( thr->coretid != VG_INVALID_THREADID );
543 tl_assert( thr->coretid != VG_INVALID_THREADID );
563 tl_assert( thr->coretid != VG_INVALID_THREADID );
578 tl_assert( thr->coretid != VG_INVALID_THREADID );
609 tl_assert( thr->coretid != VG_INVALID_THREADID );
629 tl_assert( thr->coretid != VG_INVALID_THREADID );
648 tl_assert( thr->coretid != VG_INVALID_THREADID );
    [all...]
hg_main.c 175 thread->coretid = VG_INVALID_THREADID;
508 if (thr->coretid == VG_INVALID_THREADID)
633 tl_assert(thr->coretid != VG_INVALID_THREADID);
637 tl_assert(VG_INVALID_THREADID == 0);
673 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS);
674 tl_assert(map_threads[VG_INVALID_THREADID] == NULL);
685 tl_assert(tid != VG_INVALID_THREADID);
    [all...]
  /external/valgrind/memcheck/
mc_errors.c 797 tl_assert(VG_INVALID_THREADID != tid);
809 tl_assert(VG_INVALID_THREADID != tid);
826 tl_assert(VG_INVALID_THREADID != tid);
834 tl_assert(VG_INVALID_THREADID != tid);
843 tl_assert(VG_INVALID_THREADID != tid);
859 tl_assert(VG_INVALID_THREADID != tid);
868 tl_assert(VG_INVALID_THREADID != tid);
    [all...]
  /external/valgrind/drd/
drd_mutex.c 316 p ? p->owner : VG_INVALID_THREADID,
539 p->owner = VG_INVALID_THREADID;
drd_thread.c 66 static ThreadId s_vg_running_tid = VG_INVALID_THREADID;
163 if (tid == VG_INVALID_THREADID)
251 : VG_INVALID_THREADID);
681 tl_assert(vg_tid != VG_INVALID_THREADID);
689 tl_assert(s_vg_running_tid != VG_INVALID_THREADID);
700 tl_assert(vg_tid != VG_INVALID_THREADID);
720 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 633 tl_assert(created != VG_INVALID_THREADID);
656 tl_assert(vg_created != VG_INVALID_THREADID);
    [all...]
drd_clientreq.c 86 && vg_tid == VG_INVALID_THREADID));
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 286 if (VG_(running_tid) != VG_INVALID_THREADID)
288 vg_assert(VG_(running_tid) == VG_INVALID_THREADID);
325 VG_(running_tid) = VG_INVALID_THREADID;
380 VG_(running_tid) = VG_INVALID_THREADID;
443 vg_assert(tid != VG_INVALID_THREADID);
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 69 && tid != VG_INVALID_THREADID;
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c     [all...]
syswrap-darwin.c     [all...]

Completed in 1140 milliseconds