type internal/runtime/atomic.Bool
15 uses
internal/runtime/atomic (current package)
types.go#L159: type Bool struct {
types.go#L167: func (b *Bool) Load() bool {
types.go#L174: func (b *Bool) Store(value bool) {
runtime
arena.go#L258: defunct atomic.Bool
mgc.go#L828: spinAfterRaggedBarrier atomic.Bool
mgclimit.go#L35: enabled atomic.Bool
os_linux.go#L29: profileTimerValid atomic.Bool
proc.go#L1050: var freezing atomic.Bool
runtime2.go#L483: parkingOnChan atomic.Bool
runtime2.go#L837: gcwaiting atomic.Bool // gc is waiting to run
runtime2.go#L840: sysmonwait atomic.Bool
runtime2.go#L982: idle atomic.Bool
trace.go#L49: workAvailable atomic.Bool
trace.go#L125: shutdown atomic.Bool
traceregion.go#L19: dropping atomic.Bool // For checking invariants.
![]() |
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. |