Searched defs:Backoff (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/unit_tests/
H A Dtsan_mutex_test.cc48 void Backoff() { function in class:__tsan::TestData
78 data->Backoff();
91 data->Backoff();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc158 class Backoff { class in namespace:__tsan
160 Backoff() function in class:__tsan::Backoff
208 for (Backoff backoff; backoff.Do();) {
238 for (Backoff backoff; backoff.Do();) {

Completed in 811 milliseconds