type internal/runtime/atomic.Bool
22 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
mcleanup.go#L378: flushed atomic.Bool // Next to free because frequently accessed together.
mgc.go#L401: pending atomic.Bool
mgc.go#L984: spinAfterRaggedBarrier atomic.Bool
mgclimit.go#L35: enabled atomic.Bool
mgcmark_greenteagc.go#L689: dead atomic.Bool
os_linux.go#L30: profileTimerValid atomic.Bool
proc.go#L1148: var freezing atomic.Bool
proc.go#L6998: idle atomic.Bool
runtime2.go#L534: parkingOnChan atomic.Bool
runtime2.go#L551: runningCleanups atomic.Bool
runtime2.go#L990: gcwaiting atomic.Bool // gc is waiting to run
runtime2.go#L993: sysmonwait atomic.Bool
runtime2.go#L1141: idle atomic.Bool
set_vma_name_linux.go#L15: var prSetVMAUnsupported atomic.Bool
trace.go#L212: workAvailable atomic.Bool
trace.go#L289: shutdown atomic.Bool
traceregion.go#L19: dropping atomic.Bool // For checking invariants.
traceruntime.go#L28: writing atomic.Bool // flag indicating that this M is writing to a trace buffer.
![]() |
The pages are generated with Golds v0.8.4. (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. |