runtime/internal/atomic.Bool.Store (method)
25 uses
runtime/internal/atomic (current package)
types.go#L174: func (b *Bool) Store(value bool) {
runtime
arena.go#L310: a.defunct.Store(true)
chan.go#L258: gp.parkingOnChan.Store(true)
chan.go#L582: gp.parkingOnChan.Store(true)
chan.go#L667: gp.parkingOnChan.Store(false)
mgclimit.go#L281: l.enabled.Store(true)
mgclimit.go#L296: l.enabled.Store(false)
mgclimit.go#L333: l.enabled.Store(true)
mgclimit.go#L336: l.enabled.Store(false)
os_linux.go#L640: mp.profileTimerValid.Store(false)
os_linux.go#L700: mp.profileTimerValid.Store(true)
proc.go#L321: forcegc.idle.Store(true)
proc.go#L923: freezing.Store(true)
proc.go#L959: sched.gcwaiting.Store(true)
proc.go#L1365: sched.gcwaiting.Store(true)
proc.go#L1449: sched.gcwaiting.Store(false)
proc.go#L1451: sched.sysmonwait.Store(false)
proc.go#L4070: sched.sysmonwait.Store(false)
proc.go#L4306: sched.sysmonwait.Store(false)
proc.go#L4342: sched.sysmonwait.Store(false)
proc.go#L5558: sched.sysmonwait.Store(true)
proc.go#L5575: sched.sysmonwait.Store(false)
proc.go#L5647: forcegc.idle.Store(false)
select.go#L72: gp.parkingOnChan.Store(false)
select.go#L326: gp.parkingOnChan.Store(true)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |