internal/runtime/atomic.Uint8.Store (method)
7 uses
internal/runtime/atomic (current package)
types.go#L130: func (u *Uint8) Store(value uint8) {
types.go#L179: b.u.Store(s)
runtime
mheap.go#L377: b.s.Store(uint8(s))
os_linux.go#L831: mp.needPerThreadSyscall.Store(1)
os_linux.go#L878: gp.m.needPerThreadSyscall.Store(0)
time.go#L217: t.astate.Store(t.state)
time.go#L542: t.astate.Store(t.state)
![]() |
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. |