Searched refs:grp1 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Analysis/ |
D | pthreadlock.c | 10 lck_grp_t grp1; variable 350 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()
|
/external/llvm-project/clang/test/Analysis/ |
D | pthreadlock.c | 10 lck_grp_t grp1; variable 415 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad20() 422 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad21() 429 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad22() 430 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock has already been destroyed}} in bad22() 437 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock is still locked}} in bad23()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_sched.h | 211 alu_group_tracker grp1; variable 236 alu_group_tracker& grp() { return group ? grp1 : grp0; } in grp() 238 alu_group_tracker& prev_grp() { return group ? grp0 : grp1; } in prev_grp()
|
D | sb_sched.cpp | 1977 grp1.reset(); in reset() 1982 grp0(sh), grp1(sh), in alu_clause_tracker()
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_testplan.txt | 12 total share weight = grp1 share + grp2 shares +......upto n grps 14 then expected time of any grp (say grp1) 15 =100 * (grp1 share) /(total share weight) %
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-j7-tmobile.log | 889 [ 43.524234] I[0: swapper/0: 0] [@]grp1(res 2, rcnt 0, scnt 10), grp2(res 3, rcnt 0, scnt… 893 [ 43.532584] I[0: Binder_C: 3900] [@]grp1(res 3, rcnt 0, scnt 10), grp2(res 3, rcnt 0, scnt… 896 [ 43.540951] I[0: Binder_C: 3900] [@]grp1(res 4, rcnt 0, scnt 10), grp2(res 3, rcnt 0, scnt…
|