sync/atomic.Bool.Store (method)
23 uses
sync/atomic (current package)
type.go#L20: func (x *Bool) Store(val bool) { StoreUint32(&x.v, b32(val)) }
crypto/tls
conn.go#L1274: c.isHandshakeComplete.Store(false)
handshake_client.go#L518: c.isHandshakeComplete.Store(true)
handshake_client_tls13.go#L112: c.isHandshakeComplete.Store(true)
handshake_server.go#L126: c.isHandshakeComplete.Store(true)
handshake_server_tls13.go#L85: c.isHandshakeComplete.Store(true)
hash/crc32
crc32.go#L97: haveCastagnoli.Store(true)
internal/poll
fd_unix.go#L662: dupCloexecUnsupported.Store(true)
internal/syscall/unix
getrandom.go#L34: getrandomUnsupported.Store(true)
log
log.go#L84: l.isDiscard.Store(w == io.Discard)
net/http
client.go#L411: timedOut.Store(true)
server.go#L921: w.canWriteContinue.Store(false)
server.go#L927: ecr.sawEOF.Store(true)
server.go#L933: ecr.closed.Store(true)
server.go#L1165: w.canWriteContinue.Store(false)
server.go#L1629: w.canWriteContinue.Store(false)
server.go#L1655: w.handlerDone.Store(true)
server.go#L1986: w.canWriteContinue.Store(true)
server.go#L2737: srv.inShutdown.Store(true)
server.go#L2787: srv.inShutdown.Store(true)
server.go#L3199: srv.disableKeepAlives.Store(false)
server.go#L3202: srv.disableKeepAlives.Store(true)
os
exec.go#L35: p.isdone.Store(true)
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. |