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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |