internal/runtime/atomic.Bool.Store (method)
41 uses
internal/runtime/atomic (current package)
types.go#L174: func (b *Bool) Store(value bool) {
runtime
arena.go#L322: a.defunct.Store(true)
chan.go#L278: gp.parkingOnChan.Store(true)
chan.go#L662: gp.parkingOnChan.Store(true)
chan.go#L758: gp.parkingOnChan.Store(false)
mcheckmark.go#L134: sched.gcwaiting.Store(false)
mcheckmark.go#L143: sched.gcwaiting.Store(true)
mcleanup.go#L384: q.flushed.Store(false)
mcleanup.go#L500: q.flushed.Store(true)
mcleanup.go#L597: getg().runningCleanups.Store(true)
mcleanup.go#L606: getg().runningCleanups.Store(false)
mgclimit.go#L280: l.enabled.Store(true)
mgclimit.go#L295: l.enabled.Store(false)
mgclimit.go#L332: l.enabled.Store(true)
mgclimit.go#L335: l.enabled.Store(false)
os_linux.go#L635: mp.profileTimerValid.Store(false)
os_linux.go#L695: mp.profileTimerValid.Store(true)
proc.go#L372: forcegc.idle.Store(true)
proc.go#L1151: freezing.Store(true)
proc.go#L1187: sched.gcwaiting.Store(true)
proc.go#L1655: sched.gcwaiting.Store(true)
proc.go#L1780: sched.gcwaiting.Store(false)
proc.go#L1782: sched.sysmonwait.Store(false)
proc.go#L4675: sched.sysmonwait.Store(false)
proc.go#L4948: sched.sysmonwait.Store(false)
proc.go#L4996: sched.sysmonwait.Store(false)
proc.go#L5220: newg.runningCleanups.Store(false)
proc.go#L6272: sched.sysmonwait.Store(true)
proc.go#L6289: sched.sysmonwait.Store(false)
proc.go#L6367: forcegc.idle.Store(false)
proc.go#L6719: updateMaxProcsG.idle.Store(true)
proc.go#L6775: updateMaxProcsG.idle.Store(false)
select.go#L73: gp.parkingOnChan.Store(false)
select.go#L350: gp.parkingOnChan.Store(true)
set_vma_name_linux.go#L33: prSetVMAUnsupported.Store(true)
trace.go#L437: trace.shutdown.Store(true)
trace.go#L684: trace.shutdown.Store(false)
trace.go#L930: trace.workAvailable.Store(false)
tracebuf.go#L385: trace.workAvailable.Store(true)
traceregion.go#L107: a.dropping.Store(true)
traceregion.go#L117: a.dropping.Store(false)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)