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

  /external/valgrind/main/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 803 Segment* latest_sg; local
807 latest_sg = DRD_(g_threadinfo)[tid].sg_last;
808 tl_assert(latest_sg);
809 return &latest_sg->vc;
817 Segment* latest_sg; local
822 latest_sg = DRD_(g_threadinfo)[tid].sg_last;
823 tl_assert(latest_sg);
826 *sg = DRD_(sg_get)(latest_sg);
839 Segment* latest_sg; local
844 latest_sg = DRD_(g_threadinfo)[i].sg_last
864 Segment* latest_sg; local
    [all...]

Completed in 161 milliseconds