Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp304 unsigned long ElapsedTimeSeconds = 0; in waitForUnlock() local
338 ElapsedTimeSeconds = std::chrono::duration_cast<std::chrono::seconds>( in waitForUnlock()
342 } while (ElapsedTimeSeconds < MaxSeconds); in waitForUnlock()