internal/runtime/atomic.Bool.Store (method)
31 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#L269: gp.parkingOnChan.Store(true)
chan.go#L638: gp.parkingOnChan.Store(true)
chan.go#L726: gp.parkingOnChan.Store(false)
mgclimit.go#L282: l.enabled.Store(true)
mgclimit.go#L297: l.enabled.Store(false)
mgclimit.go#L334: l.enabled.Store(true)
mgclimit.go#L337: l.enabled.Store(false)
os_linux.go#L615: mp.profileTimerValid.Store(false)
os_linux.go#L675: mp.profileTimerValid.Store(true)
proc.go#L336: forcegc.idle.Store(true)
proc.go#L1056: freezing.Store(true)
proc.go#L1092: sched.gcwaiting.Store(true)
proc.go#L1554: sched.gcwaiting.Store(true)
proc.go#L1676: sched.gcwaiting.Store(false)
proc.go#L1678: sched.sysmonwait.Store(false)
proc.go#L4492: sched.sysmonwait.Store(false)
proc.go#L4765: sched.sysmonwait.Store(false)
proc.go#L4813: sched.sysmonwait.Store(false)
proc.go#L6087: sched.sysmonwait.Store(true)
proc.go#L6104: sched.sysmonwait.Store(false)
proc.go#L6177: forcegc.idle.Store(false)
select.go#L72: gp.parkingOnChan.Store(false)
select.go#L334: gp.parkingOnChan.Store(true)
trace.go#L432: trace.shutdown.Store(true)
trace.go#L676: trace.shutdown.Store(false)
trace.go#L894: trace.workAvailable.Store(false)
tracebuf.go#L262: trace.workAvailable.Store(true)
traceregion.go#L101: a.dropping.Store(true)
traceregion.go#L111: a.dropping.Store(false)
![]() |
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. |