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 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...]

Completed in 810 milliseconds