Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_thread.c201 tl_assert(DRD_(g_threadinfo)[i].sg_last == NULL); in DRD_()
298 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL); in DRD_()
497 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) { in DRD_()
511 DRD_(g_threadinfo)[tid].sg_last = NULL; in DRD_()
755 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last; in thread_append_segment()
757 if (DRD_(g_threadinfo)[tid].sg_last) in thread_append_segment()
758 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg; in thread_append_segment()
759 DRD_(g_threadinfo)[tid].sg_last = sg; in thread_append_segment()
788 if (sg == DRD_(g_threadinfo)[tid].sg_last) in thread_discard_segment()
789 DRD_(g_threadinfo)[tid].sg_last = sg->thr_prev; in thread_discard_segment()
[all …]
Ddrd_thread.h70 struct segment* sg_last; member
346 tl_assert(DRD_(g_threadinfo)[tid].sg_last); in DRD_()
348 return DRD_(g_threadinfo)[tid].sg_last; in DRD_()