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 880 Segment* latest_sg; local
884 latest_sg = DRD_(g_threadinfo)[tid].sg_last;
885 tl_assert(latest_sg);
886 return &latest_sg->vc;
894 Segment* latest_sg; local
899 latest_sg = DRD_(g_threadinfo)[tid].sg_last;
900 tl_assert(latest_sg);
903 *sg = DRD_(sg_get)(latest_sg);
916 Segment* latest_sg; local
921 latest_sg = DRD_(g_threadinfo)[i].sg_last
941 Segment* latest_sg; local
    [all...]

Completed in 80 milliseconds