func internal/runtime/atomic.Store
34 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L117: func Store(ptr *uint32, val uint32)
types.go#L214: Store(&u.value, value)
runtime
mcentral.go#L221: atomic.Store(&s.sweepgen, sg-1)
mcentral.go#L224: atomic.Store(&s.sweepgen, sg)
mcleanup.go#L755: atomic.Store(&b.n, 0) // Synchronize with markroot. See comment in cleanupBlockHeader.
mem_linux.go#L59: atomic.Store(&adviseUnused, _MADV_DONTNEED)
mem_linux.go#L67: atomic.Store(&adviseUnused, madviseUnsupported)
mfinal.go#L282: atomic.Store(&fb.cnt, i-1)
mgc.go#L258: atomic.Store(&gcphase, x)
mgc.go#L933: atomic.Store(&gcBlackenEnabled, 1)
mgc.go#L1144: atomic.Store(&gcBlackenEnabled, 0)
mgcsweep.go#L82: atomic.Store((*uint32)(s), 0)
mgcsweep.go#L728: atomic.Store(&s.sweepgen, sweepgen)
mheap.go#L1502: atomic.Store(&s.sweepgen, h.sweepgen)
proc.go#L2154: atomic.Store(&p2.runSafePointFn, 1)
proc.go#L4764: atomic.Store(&pp.status, _Pgcstop)
proc.go#L6245: atomic.Store((*uint32)(unsafe.Pointer(int32p)), uint32(nprocs))
proc.go#L6824: atomic.Store(&s.pp.status, state)
runtime1.go#L594: atomic.Store(&traceback_cache, t)
sema.go#L649: atomic.Store(&l.notify, l.wait.Load())
sema.go#L685: atomic.Store(&l.notify, t+1)
signal_unix.go#L235: atomic.Store(&handlingSig[sig], 0)
signal_unix.go#L256: atomic.Store(&handlingSig[sig], 0)
signal_unix.go#L494: atomic.Store(&gp.m.signalSecret, 1)
signal_unix.go#L535: atomic.Store(&sigprofCallersUse, 0)
signal_unix.go#L627: atomic.Store(&sigsysIgnored, 1)
signal_unix.go#L632: atomic.Store(&sigsysIgnored, 0)
signal_unix.go#L972: atomic.Store(&handlingSig[sig], 0)
sigqueue.go#L217: atomic.Store(&sig.wanted[s/32], w)
sigqueue.go#L221: atomic.Store(&sig.ignored[s/32], i)
sigqueue.go#L237: atomic.Store(&sig.wanted[s/32], w)
sigqueue.go#L251: atomic.Store(&sig.wanted[s/32], w)
sigqueue.go#L255: atomic.Store(&sig.ignored[s/32], i)
sigqueue.go#L266: atomic.Store(&sig.ignored[s/32], i)
 |
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. |