type runtime/internal/atomic.Uint8

8 uses

	runtime/internal/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#L385: 	s atomic.Uint8
		os_linux.go#L33: 	needPerThreadSyscall atomic.Uint8