Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dprimary64.h457 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); variable
458 if (IntervalMs < 0)
461 static_cast<u64>(IntervalMs) * 1000000 >
Dprimary32.h455 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); variable
456 if (IntervalMs < 0)
459 static_cast<u64>(IntervalMs) * 1000000 >