Home
last modified time | relevance | path

Searched refs:sg_last (Results 1 – 2 of 2) sorted by relevance

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