Searched refs: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.cc184 class Backoff { class in namespace:__tsan
186 Backoff() function in class:__tsan::Backoff
234 for (Backoff backoff; backoff.Do();) {
264 for (Backoff backoff; backoff.Do();) {

Completed in 90 milliseconds