HomeSort by relevance Sort by last modified time
    Searched full:thr_next (Results 1 - 3 of 3) sorted by null

  /external/valgrind/drd/
drd_thread.c 274 for (p = ti->sg_first; p; p = p->thr_next) {
275 if (p->thr_next && p->thr_next->thr_prev != p)
277 if (p->thr_next == 0 && p != ti->sg_last)
281 if (p->thr_prev && p->thr_prev->thr_next != p)
525 sg->thr_next = NULL;
833 sg->thr_next = NULL;
835 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg;
860 sg->thr_prev->thr_next = sg->thr_next;
    [all...]
drd_segment.h 47 struct segment* thr_next; member in struct:segment
drd_segment.c 78 sg->thr_next = NULL;

Completed in 810 milliseconds