Lines Matching full:sg_first
200 tl_assert(DRD_(g_threadinfo)[i].sg_first == NULL);
297 tl_assert(DRD_(g_threadinfo)[created].sg_first == NULL);
510 DRD_(g_threadinfo)[tid].sg_first = NULL;
760 if (DRD_(g_threadinfo)[tid].sg_first == NULL)
761 DRD_(g_threadinfo)[tid].sg_first = sg;
786 if (sg == DRD_(g_threadinfo)[tid].sg_first)
787 DRD_(g_threadinfo)[tid].sg_first = sg->thr_next;
915 for (sg = DRD_(g_threadinfo)[i].sg_first;
970 for (sg = DRD_(g_threadinfo)[i].sg_first; sg; sg = sg->thr_next) {
1023 for (sg = DRD_(g_threadinfo)[i].sg_first; sg; sg = sg->thr_next) {
1083 tl_assert(DRD_(g_threadinfo)[joiner].sg_first);
1085 tl_assert(DRD_(g_threadinfo)[joinee].sg_first);
1133 tl_assert(DRD_(g_threadinfo)[tid].sg_first);
1235 p = DRD_(g_threadinfo)[i].sg_first;
1337 for (p = DRD_(g_threadinfo)[tid].sg_first; p; p = p->thr_next) {