Home
last modified time | relevance | path

Searched refs:WaitMultiplier (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp304 unsigned long WaitMultiplier = 1; in waitForUnlock() local
318 WaitMultiplier); in waitForUnlock()
334 WaitMultiplier *= 2; in waitForUnlock()
335 if (WaitMultiplier > MaxWaitMultiplier) { in waitForUnlock()
336 WaitMultiplier = MaxWaitMultiplier; in waitForUnlock()