HomeSort by relevance Sort by last modified time
    Searched refs:Backoff (Results 1 - 3 of 3) 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 50 void Backoff() {
80 data->Backoff();
90 data->Backoff();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 169 class Backoff {
171 Backoff()
219 for (Backoff backoff; backoff.Do();) {
225 StatInc(cur_thread(), stat_type_, backoff.Contention());
249 for (Backoff backoff; backoff.Do();) {
253 StatInc(cur_thread(), stat_type_, backoff.Contention())
    [all...]

Completed in 67 milliseconds