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

  /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/tests/unit/
tsan_mutex_test.cc 48 void Backoff() {
78 data->Backoff();
91 data->Backoff();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 185 class Backoff {
187 Backoff()
235 for (Backoff backoff; backoff.Do();) {
241 StatInc(cur_thread(), stat_type_, backoff.Contention());
265 for (Backoff backoff; backoff.Do();) {
269 StatInc(cur_thread(), stat_type_, backoff.Contention())
    [all...]

Completed in 168 milliseconds