Searched refs:thr_next (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/
H A Ddrd_segment.h47 struct segment* thr_next; member in struct:segment
H A Ddrd_thread.c274 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;
837 sg->thr_next = NULL;
839 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg;
864 sg->thr_prev->thr_next = sg->thr_next;
[all...]
H A Ddrd_segment.c78 sg->thr_next = NULL;

Completed in 98 milliseconds