Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmspanset.go351 type atomicHeadTailIndex struct { struct
352 u atomic.Uint64
356 func (h *atomicHeadTailIndex) load() headTailIndex {
361 func (h *atomicHeadTailIndex) cas(old, new headTailIndex) bool {
366 func (h *atomicHeadTailIndex) incHead() headTailIndex {
371 func (h *atomicHeadTailIndex) decHead() headTailIndex {
376 func (h *atomicHeadTailIndex) incTail() headTailIndex {
387 func (h *atomicHeadTailIndex) reset() {