func internal/runtime/atomic.Store
31 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L114: func Store(ptr *uint32, val uint32)
types.go#L214: Store(&u.value, value)
runtime
mcentral.go#L220: atomic.Store(&s.sweepgen, sg-1)
mcentral.go#L223: atomic.Store(&s.sweepgen, sg)
mem_linux.go#L58: atomic.Store(&adviseUnused, _MADV_DONTNEED)
mem_linux.go#L66: atomic.Store(&adviseUnused, madviseUnsupported)
mfinal.go#L265: atomic.Store(&fb.cnt, i-1)
mgc.go#L249: atomic.Store(&gcphase, x)
mgc.go#L777: atomic.Store(&gcBlackenEnabled, 1)
mgc.go#L974: atomic.Store(&gcBlackenEnabled, 0)
mgcsweep.go#L83: atomic.Store((*uint32)(s), 0)
mgcsweep.go#L713: atomic.Store(&s.sweepgen, sweepgen)
mheap.go#L1424: atomic.Store(&s.sweepgen, h.sweepgen)
proc.go#L2039: atomic.Store(&p2.runSafePointFn, 1)
proc.go#L4457: atomic.Store(&pp.status, _Psyscall)
proc.go#L5819: atomic.Store((*uint32)(unsafe.Pointer(int32p)), uint32(nprocs))
runtime1.go#L568: atomic.Store(&traceback_cache, t)
sema.go#L615: atomic.Store(&l.notify, l.wait.Load())
sema.go#L647: atomic.Store(&l.notify, t+1)
signal_unix.go#L234: atomic.Store(&handlingSig[sig], 0)
signal_unix.go#L255: atomic.Store(&handlingSig[sig], 0)
signal_unix.go#L529: atomic.Store(&sigprofCallersUse, 0)
signal_unix.go#L613: atomic.Store(&sigsysIgnored, 1)
signal_unix.go#L618: atomic.Store(&sigsysIgnored, 0)
signal_unix.go#L958: 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.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. |