Home
last modified time | relevance | path

Searched defs:activeSweep (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmgcsweep.go127 type activeSweep struct { struct
136 state atomic.Uint32
149 func (a *activeSweep) begin() sweepLocker {
163 func (a *activeSweep) end(sl sweepLocker) {
191 func (a *activeSweep) markDrained() bool {
204 func (a *activeSweep) sweepers() uint32 {
211 func (a *activeSweep) isDone() bool {
218 func (a *activeSweep) reset() {