Searched refs:IntervalMs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h380 const s32 IntervalMs = ReleaseToOsIntervalMs; local
381 if (IntervalMs < 0)
384 static_cast<uptr>(IntervalMs) * 1000000ULL >
H A Dprimary64.h382 const s32 IntervalMs = ReleaseToOsIntervalMs; local
383 if (IntervalMs < 0)
386 static_cast<uptr>(IntervalMs) * 1000000ULL >

Completed in 55 milliseconds