Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmranges.go172 type atomicOffAddr struct { struct
174 a atomic.Int64
179 func (b *atomicOffAddr) Clear() {
193 func (b *atomicOffAddr) StoreMin(addr uintptr) {
210 func (b *atomicOffAddr) StoreUnmark(markedAddr, newAddr uintptr) {
216 func (b *atomicOffAddr) StoreMarked(addr uintptr) {
222 func (b *atomicOffAddr) Load() (uintptr, bool) {