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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc53 void Backoff() { function in class:__sanitizer::TestData
82 data->Backoff();
92 data->Backoff();
/external/compiler-rt/lib/tsan/tests/unit/
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.cc182 class Backoff { class in namespace:__tsan
184 Backoff() function in class:__tsan::Backoff
232 for (Backoff backoff; backoff.Do();) {
262 for (Backoff backoff; backoff.Do();) {

Completed in 120 milliseconds