Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h183 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
313 atomic_s32 ReleaseToOsIntervalMs = {}; variable
459 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs);
H A Dprimary32.h208 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
455 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs);
496 atomic_s32 ReleaseToOsIntervalMs = {}; variable
H A Dsecondary.h151 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in store()
298 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
408 atomic_s32 ReleaseToOsIntervalMs = {}; variable
H A Dcombined.h170 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init() local
171 Primary.init(ReleaseToOsIntervalMs); in init()
172 Secondary.init(&Stats, ReleaseToOsIntervalMs); in init()