Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/counter/
Dcounter.go84 type counterState struct { struct
85 bits atomic.Uint64
88 func (s *counterState) load() counterStateBits {
92 func (s *counterState) update(old *counterStateBits, new counterStateBits) bool {