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

  /external/valgrind/main/drd/
drd_segment.h 48 struct segment* thr_prev; member in struct:segment
drd_thread.c 259 if (p->thr_next && p->thr_next->thr_prev != p)
264 for (p = ti->sg_last; p; p = p->thr_prev) {
265 if (p->thr_prev && p->thr_prev->thr_next != p)
267 if (p->thr_prev == 0 && p != ti->sg_first)
498 sg_prev = sg->thr_prev;
500 sg->thr_prev = NULL;
755 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last;
782 if (sg->thr_prev)
783 sg->thr_prev->thr_next = sg->thr_next
    [all...]
drd_segment.c 79 sg->thr_prev = NULL;

Completed in 39 milliseconds