Searched refs:CanLockAdj2 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc86 bool CanLockAdj2[MutexTypeCount][MutexTypeCount]; local
89 CanLockAdj2[i][j] = CanLockAdj[i][j];
95 if (CanLockAdj2[i][k] && CanLockAdj2[k][j]) {
96 CanLockAdj2[i][j] = true;
112 Printf("%d ", CanLockAdj2[i][j]);
119 if (CanLockAdj2[i][i]) {

Completed in 44 milliseconds