HomeSort by relevance Sort by last modified time
    Searched refs:Backoff (Results 1 - 25 of 25) 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 53 void Backoff() {
82 data->Backoff();
92 data->Backoff();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 185 class Backoff {
187 Backoff()
235 for (Backoff backoff; backoff.Do();) {
241 StatInc(cur_thread(), stat_type_, backoff.Contention());
265 for (Backoff backoff; backoff.Do();) {
269 StatInc(cur_thread(), stat_type_, backoff.Contention())
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_arm64.go 282 Backoff uint8
ztypes_linux_mips.go 278 Backoff uint8
ztypes_linux_mipsle.go 278 Backoff uint8
ztypes_linux_386.go 277 Backoff uint8
ztypes_linux_amd64.go 281 Backoff uint8
ztypes_linux_arm.go 281 Backoff uint8
ztypes_linux_mips64.go 283 Backoff uint8
ztypes_linux_mips64le.go 283 Backoff uint8
ztypes_linux_ppc64.go 283 Backoff uint8
ztypes_linux_ppc64le.go 283 Backoff uint8
ztypes_linux_s390x.go 280 Backoff uint8
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_arm64.go 282 Backoff uint8
ztypes_linux_mips.go 278 Backoff uint8
ztypes_linux_mipsle.go 278 Backoff uint8
ztypes_linux_386.go 277 Backoff uint8
ztypes_linux_amd64.go 281 Backoff uint8
ztypes_linux_arm.go 281 Backoff uint8
ztypes_linux_mips64.go 283 Backoff uint8
ztypes_linux_mips64le.go 283 Backoff uint8
ztypes_linux_ppc64.go 283 Backoff uint8
ztypes_linux_ppc64le.go 283 Backoff uint8
ztypes_linux_s390x.go 280 Backoff uint8

Completed in 821 milliseconds