Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.c217 tl_assert(DRD_(g_threadinfo)[i].sg_last == NULL); in DRD_()
277 if (p->thr_next == 0 && p != ti->sg_last) in DRD_()
280 for (p = ti->sg_last; p; p = p->thr_prev) { in DRD_()
314 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL); in DRD_()
523 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) { in DRD_()
537 DRD_(g_threadinfo)[tid].sg_last = NULL; in DRD_()
832 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last; in thread_append_segment()
834 if (DRD_(g_threadinfo)[tid].sg_last) in thread_append_segment()
835 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg; in thread_append_segment()
836 DRD_(g_threadinfo)[tid].sg_last = sg; in thread_append_segment()
[all …]
Ddrd_thread.h70 struct segment* sg_last; member
362 tl_assert(DRD_(g_threadinfo)[tid].sg_last); in DRD_()
364 return DRD_(g_threadinfo)[tid].sg_last; in DRD_()