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 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;
785 sg->thr_next->thr_prev = sg->thr_prev;
789 DRD_(g_threadinfo)[tid].sg_last = sg->thr_prev;
978 for (sg = DRD_(g_threadinfo)[i].sg_last; sg; sg = sg->thr_prev) {
    [all...]
drd_segment.c 79 sg->thr_prev = NULL;

Completed in 1890 milliseconds