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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc344 int locks_ok_; // Number of OK TryLock() ops member in class:testing::TesterThread
380 locks_ok_(0),
387 id_, locks_ok_, locks_failed_);
388 if (locks_ok_ + locks_failed_ >= 1000) {
389 CHECK_LE(locks_failed_, locks_ok_ / 2);
480 locks_ok_++;
502 locks_ok_++;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc344 int locks_ok_; // Number of OK TryLock() ops member in class:testing::TesterThread
380 locks_ok_(0),
387 id_, locks_ok_, locks_failed_);
388 if (locks_ok_ + locks_failed_ >= 1000) {
389 CHECK_LE(locks_failed_, locks_ok_ / 2);
480 locks_ok_++;
502 locks_ok_++;

Completed in 154 milliseconds