Searched defs:Backoff (Results 1 – 7 of 7) sorted by relevance
80 pub struct Backoff { struct84 impl Backoff { impl274 impl fmt::Debug for Backoff { implementation283 impl Default for Backoff { implementation
115 pub(crate) struct Backoff { struct122 impl Backoff { implementation
11 class TORCH_API Backoff { class
185 class Backoff { class187 Backoff() in Backoff() function in __tsan::Backoff
48 void Backoff() { in Backoff() function in __tsan::TestData
53 void Backoff() { in Backoff() function in __sanitizer::TestData
2364 struct Backoff { in allocate() struct2365 step: Cell<u32>, in allocate()2368 impl Backoff { in allocate() impl