internal/runtime/atomic.Int32.Store (method)
10 uses
internal/runtime/atomic (current package)
types.go#L27: func (i *Int32) Store(value int32) {
internal/runtime/exithook
hooks.go#L48: locked.Store(0)
hooks.go#L63: defer locked.Store(0)
runtime
mgcpacer.go#L1346: c.gcPercent.Store(in)
proc.go#L3497: sched.pollingNet.Store(0)
proc.go#L5889: prof.hz.Store(hz)
runtime1.go#L431: v.atomic.Store(v.def)
runtime1.go#L482: v.atomic.Store(0)
runtime1.go#L546: v.atomic.Store(int32(n))
time.go#L848: src.zombies.Store(0)
![]() |
The pages are generated with Golds v0.8.4. (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. |