type runtime/internal/atomic.Uint8
6 uses
runtime/internal/atomic (current package)
types.go#L94: type Uint8 struct {
types.go#L100: func (u *Uint8) Load() uint8 {
types.go#L105: func (u *Uint8) Store(value uint8) {
types.go#L114: func (u *Uint8) And(value uint8) {
types.go#L123: func (u *Uint8) Or(value uint8) {
runtime
os_linux.go#L33: needPerThreadSyscall atomic.Uint8
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)