Searched refs:bypass_lock_for_test_ (Results 1 – 8 of 8) sorted by relevance
119 void BypassLockForTest() { bypass_lock_for_test_ = true; } in BypassLockForTest()655 bool bypass_lock_for_test_ = false; // A test is exercising the cache lock. variable
227 void SimulateCacheLockTimeoutForTesting() { bypass_lock_for_test_ = true; } in SimulateCacheLockTimeoutForTesting()780 bool bypass_lock_for_test_ = false; variable
549 if (bypass_lock_for_test_) { in CreateTransaction()1127 if (!bypass_lock_for_test_) { in AddTransactionToEntry()
1470 if ((bypass_lock_for_test_ && next_state_ == STATE_ADD_TO_ENTRY_COMPLETE) || in AddCacheLockTimeoutHandler()