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

  /external/valgrind/drd/
drd_thread.c 207 tl_assert(DRD_(g_threadinfo)[i].sg_last == NULL);
267 if (p->thr_next == 0 && p != ti->sg_last)
270 for (p = ti->sg_last; p; p = p->thr_prev) {
304 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL);
503 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) {
517 DRD_(g_threadinfo)[tid].sg_last = NULL;
764 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last;
766 if (DRD_(g_threadinfo)[tid].sg_last)
767 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg;
768 DRD_(g_threadinfo)[tid].sg_last = sg
    [all...]
drd_thread.h 70 struct segment* sg_last; member in struct:__anon20571
347 tl_assert(DRD_(g_threadinfo)[tid].sg_last);
349 return DRD_(g_threadinfo)[tid].sg_last;

Completed in 335 milliseconds