Searched refs:newts (Results 1 – 2 of 2) sorted by relevance
337 PyThreadState_Swap(PyThreadState *newts) in PyThreadState_Swap() argument341 _PyThreadState_Current = newts; in PyThreadState_Swap()347 if (newts) { in PyThreadState_Swap()353 if (check && check->interp == newts->interp && check != newts) in PyThreadState_Swap()
397 TopSpec* newts; in VG_() local712 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec)); in VG_()713 newts->next = NULL; /* not significant */ in VG_()714 newts->seginfo = newdi; in VG_()715 newts->specs = specList; in VG_()716 newts->mark = False; /* not significant */ in VG_()738 generate_and_add_actives( specList, newts, in VG_()745 newdi, newts ); in VG_()749 generate_and_add_actives( specList, newts, in VG_()750 newdi, newts ); in VG_()[all …]