type internal/runtime/atomic.Uint8
9 uses
internal/runtime/atomic (current package)
types.go#L115: type Uint8 struct {
types.go#L123: func (u *Uint8) Load() uint8 {
types.go#L130: func (u *Uint8) Store(value uint8) {
types.go#L141: func (u *Uint8) And(value uint8) {
types.go#L152: func (u *Uint8) Or(value uint8) {
types.go#L161: u Uint8
runtime
mheap.go#L402: s atomic.Uint8
os_linux.go#L34: needPerThreadSyscall atomic.Uint8
time.go#L59: astate atomic.Uint8 // atomic copy of state bits at last unlock
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)