Searched refs:grp1 (Results 1 – 4 of 4) sorted by relevance
10 lck_grp_t grp1; variable350 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad20()357 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad21()364 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad22()365 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock has already been destroyed}} in bad22()372 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock is still locked}} in bad23()
211 alu_group_tracker grp1; variable236 alu_group_tracker& grp() { return group ? grp1 : grp0; } in grp()238 alu_group_tracker& prev_grp() { return group ? grp0 : grp1; } in prev_grp()
1970 grp1.reset(); in reset()1975 grp0(sh), grp1(sh), in alu_clause_tracker()
12 total share weight = grp1 share + grp2 shares +......upto n grps14 then expected time of any grp (say grp1)15 =100 * (grp1 share) /(total share weight) %