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

  /external/valgrind/drd/
drd_barrier.c 148 Segment* latest_sg = 0; local
154 DRD_(thread_get_latest_segment)(&latest_sg, DRD_(thread_get_running_tid)());
155 tl_assert(latest_sg);
170 &latest_sg->vc))
183 DRD_(sg_put)(latest_sg);
drd_thread.c 812 Segment* latest_sg; local
816 latest_sg = DRD_(g_threadinfo)[tid].sg_last;
817 tl_assert(latest_sg);
818 return &latest_sg->vc;
826 Segment* latest_sg; local
831 latest_sg = DRD_(g_threadinfo)[tid].sg_last;
832 tl_assert(latest_sg);
835 *sg = DRD_(sg_get)(latest_sg);
848 Segment* latest_sg; local
853 latest_sg = DRD_(g_threadinfo)[i].sg_last
873 Segment* latest_sg; local
    [all...]

Completed in 1334 milliseconds