type runtime/internal/atomic.Bool
11 uses
runtime/internal/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#L246: defunct atomic.Bool
mgclimit.go#L35: enabled atomic.Bool
os_linux.go#L29: profileTimerValid atomic.Bool
proc.go#L917: var freezing atomic.Bool
runtime2.go#L472: parkingOnChan atomic.Bool
runtime2.go#L835: gcwaiting atomic.Bool // gc is waiting to run
runtime2.go#L838: sysmonwait atomic.Bool
runtime2.go#L969: idle atomic.Bool
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. |