internal/runtime/atomic.Bool.Load (method)
35 uses
internal/runtime/atomic (current package)
types.go#L167: func (b *Bool) Load() bool {
runtime
arena.go#L317: if a.defunct.Load() {
mgc.go#L914: for gcDebugMarkDone.spinAfterRaggedBarrier.Load() {
mgclimit.go#L91: return l.enabled.Load()
mgcmark.go#L1183: for !(gp.preempt && (preemptible || sched.gcwaiting.Load() || pp.runSafePointFn != 0)) {
mgcmark.go#L1205: for !(gp.preempt && (preemptible || sched.gcwaiting.Load() || pp.runSafePointFn != 0)) {
os_linux.go#L591: if mp.profileTimerValid.Load() {
os_linux.go#L613: if mp.profileTimerValid.Load() {
proc.go#L333: if forcegc.idle.Load() {
proc.go#L1638: if freezing.Load() {
proc.go#L1687: if sched.sysmonwait.Load() {
proc.go#L3054: if sched.gcwaiting.Load() {
proc.go#L3195: if !sched.gcwaiting.Load() {
proc.go#L3277: if sched.gcwaiting.Load() {
proc.go#L3452: if sched.gcwaiting.Load() || pp.runSafePointFn != 0 {
proc.go#L3683: if sched.gcwaiting.Load() {
proc.go#L4016: if debug.dontfreezetheworld > 0 && freezing.Load() {
proc.go#L4459: if sched.sysmonwait.Load() {
proc.go#L4476: if sched.gcwaiting.Load() {
proc.go#L4509: if sched.sysmonwait.Load() {
proc.go#L4782: if pp != nil && sched.sysmonwait.Load() {
proc.go#L4830: } else if sched.sysmonwait.Load() {
proc.go#L6099: if debug.schedtrace <= 0 && (sched.gcwaiting.Load() || sched.npidle.Load() == gomaxprocs) {
proc.go#L6101: if sched.gcwaiting.Load() || sched.npidle.Load() == gomaxprocs {
proc.go#L6193: if t := (gcTrigger{kind: gcTriggerTime, now: now}); t.test() && forcegc.idle.Load() {
proc.go#L6361: print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
stack.go#L900: if newsize < old.hi-old.lo && gp.parkingOnChan.Load() {
stack.go#L1172: if gp.parkingOnChan.Load() {
trace.go#L846: if trace.shutdown.Load() {
trace.go#L937: if trace.flushedGen.Load() == trace.readerGen.Load() || trace.workAvailable.Load() || trace.shutdown.Load() {
tracebuf.go#L261: if !trace.workAvailable.Load() {
traceregion.go#L48: if a.dropping.Load() {
traceruntime.go#L159: return trace.shutdown.Load()
![]() |
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. |