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

  /external/valgrind/main/drd/
drd_thread.c 201 tl_assert(DRD_(g_threadinfo)[i].sg_last == NULL);
298 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL);
497 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) {
511 DRD_(g_threadinfo)[tid].sg_last = NULL;
755 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last;
757 if (DRD_(g_threadinfo)[tid].sg_last)
758 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg;
759 DRD_(g_threadinfo)[tid].sg_last = sg;
788 if (sg == DRD_(g_threadinfo)[tid].sg_last)
789 DRD_(g_threadinfo)[tid].sg_last = sg->thr_prev
    [all...]
drd_thread.h 70 struct segment* sg_last; member in struct:__anon29889
346 tl_assert(DRD_(g_threadinfo)[tid].sg_last);
348 return DRD_(g_threadinfo)[tid].sg_last;

Completed in 52 milliseconds