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