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
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |