HomeSort by relevance Sort by last modified time
    Searched refs:Backoff (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 48 void Backoff() {
78 data->Backoff();
91 data->Backoff();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 53 void Backoff() {
82 data->Backoff();
92 data->Backoff();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 182 class Backoff {
184 Backoff()
232 for (Backoff backoff; backoff.Do();) {
238 StatInc(cur_thread(), stat_type_, backoff.Contention());
262 for (Backoff backoff; backoff.Do();) {
266 StatInc(cur_thread(), stat_type_, backoff.Contention())
    [all...]
  /external/chromium_org/components/rappor/
log_uploader_unittest.cc 33 static base::TimeDelta BackOff(base::TimeDelta t) {
142 TEST_F(LogUploaderTest, Backoff) {
145 // Backoff until the maximum is reached.
148 next = TestLogUploader::BackOff(current);
150 // Maximum backoff should have been reached.

Completed in 60 milliseconds