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;
177 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_main.c     [all...]
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...]
  /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 183 thread->coretid = VG_INVALID_THREADID;
522 if (thr->coretid == VG_INVALID_THREADID)
647 tl_assert(thr->coretid != VG_INVALID_THREADID);
651 tl_assert(VG_INVALID_THREADID == 0);
687 tl_assert(VG_INVALID_THREADID >= 0 && VG_INVALID_THREADID < VG_N_THREADS);
688 tl_assert(map_threads[VG_INVALID_THREADID] == NULL);
699 tl_assert(tid != VG_INVALID_THREADID);
    [all...]
  /external/valgrind/memcheck/
mc_errors.c 804 tl_assert(VG_INVALID_THREADID != tid);
816 tl_assert(VG_INVALID_THREADID != tid);
833 tl_assert(VG_INVALID_THREADID != tid);
841 tl_assert(VG_INVALID_THREADID != tid);
850 tl_assert(VG_INVALID_THREADID != tid);
866 tl_assert(VG_INVALID_THREADID != tid);
875 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;
168 if (tid == VG_INVALID_THREADID)
261 : VG_INVALID_THREADID);
753 tl_assert(vg_tid != VG_INVALID_THREADID);
761 tl_assert(s_vg_running_tid != VG_INVALID_THREADID);
772 tl_assert(vg_tid != VG_INVALID_THREADID);
792 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 638 tl_assert(created != VG_INVALID_THREADID);
661 tl_assert(vg_created != VG_INVALID_THREADID);
    [all...]
drd_clientreq.c 85 && vg_tid == VG_INVALID_THREADID));
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 288 if (VG_(running_tid) != VG_INVALID_THREADID)
290 vg_assert(VG_(running_tid) == VG_INVALID_THREADID);
327 VG_(running_tid) = VG_INVALID_THREADID;
382 VG_(running_tid) = VG_INVALID_THREADID;
445 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 1516 milliseconds