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#L370: 	s atomic.Uint8
		os_linux.go#L33: 	needPerThreadSyscall atomic.Uint8
		time.go#L29: 	astate atomic.Uint8 // atomic copy of state bits at last unlock