Searched refs:victimId (Results 1 – 1 of 1) sorted by relevance
1404 T victimId = pr->u.p.parm4; in __kmp_dispatch_next_algorithm() local1405 T oldVictimId = victimId ? victimId - 1 : nproc - 1; in __kmp_dispatch_next_algorithm()1407 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1410 oldVictimId != victimId) { in __kmp_dispatch_next_algorithm()1411 victimId = (victimId + 1) % nproc; in __kmp_dispatch_next_algorithm()1413 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1425 T id = victimId; in __kmp_dispatch_next_algorithm()1456 pr->u.p.parm4 = (victimId + 1) % nproc; // shift start victim tid in __kmp_dispatch_next_algorithm()1465 pr->u.p.parm4 = (victimId + 1) % nproc; // shift start victim tid in __kmp_dispatch_next_algorithm()1490 KD_TRACE(10, (buff, gtid, victimId, init, limit)); in __kmp_dispatch_next_algorithm()[all …]