sync/atomic.Bool.Load (method)
67 uses
sync/atomic (current package)
type.go#L19: func (x *Bool) Load() bool { return LoadUint32(&x.v) != 0 }
sync
once.go#L67: if !o.done.Load() {
once.go#L76: if !o.done.Load() {
crypto/tls
conn.go#L613: handshakeComplete := c.isHandshakeComplete.Load()
conn.go#L1226: if !c.isHandshakeComplete.Load() {
conn.go#L1446: if c.isHandshakeComplete.Load() {
conn.go#L1464: if !c.isHandshakeComplete.Load() {
conn.go#L1523: if c.isHandshakeComplete.Load() {
conn.go#L1555: if c.isHandshakeComplete.Load() {
conn.go#L1571: if c.handshakeErr == nil && !c.isHandshakeComplete.Load() {
conn.go#L1574: if c.handshakeErr != nil && c.isHandshakeComplete.Load() {
conn.go#L1618: state.HandshakeComplete = c.isHandshakeComplete.Load()
conn.go#L1674: if !c.isHandshakeComplete.Load() {
quic.go#L328: if !c.isHandshakeComplete.Load() {
crypto/tls/internal/fips140tls
fipstls.go#L32: return required.Load()
github.com/gotd/td/telegram
cdn_pool_manager.go#L37: if h.closed.Load() {
pool.go#L133: !suppressSetup.Load() {
github.com/gotd/td/telegram/internal/manager
conn.go#L231: if c.cdnNeedsInit.Load() {
github.com/refraction-networking/utls
conn.go#L617: handshakeComplete := c.isHandshakeComplete.Load()
conn.go#L1230: if !c.isHandshakeComplete.Load() {
conn.go#L1448: if c.isHandshakeComplete.Load() {
conn.go#L1466: if !c.isHandshakeComplete.Load() {
conn.go#L1525: if c.isHandshakeComplete.Load() {
conn.go#L1571: if c.isHandshakeComplete.Load() {
conn.go#L1587: if c.handshakeErr == nil && !c.isHandshakeComplete.Load() {
conn.go#L1590: if c.handshakeErr != nil && c.isHandshakeComplete.Load() {
conn.go#L1632: state.HandshakeComplete = c.isHandshakeComplete.Load()
conn.go#L1694: if !c.isHandshakeComplete.Load() {
quic.go#L305: if !c.isHandshakeComplete.Load() {
u_conn.go#L321: if c.isHandshakeComplete.Load() {
u_conn.go#L367: if c.isHandshakeComplete.Load() {
u_conn.go#L391: if c.handshakeErr == nil && !c.isHandshakeComplete.Load() {
u_conn.go#L394: if c.handshakeErr != nil && c.isHandshakeComplete.Load() {
u_conn.go#L451: if !c.isHandshakeComplete.Load() {
u_quic.go#L141: if !c.isHandshakeComplete.Load() {
go.opentelemetry.io/otel/trace
auto.go#L189: return s.sampled.Load()
auto.go#L193: if s == nil || !s.sampled.Load() {
auto.go#L217: if s == nil || !s.sampled.Load() {
auto.go#L474: if s == nil || err == nil || !s.sampled.Load() {
auto.go#L508: if s == nil || !s.sampled.Load() {
auto.go#L544: if s == nil || !s.sampled.Load() {
auto.go#L589: if s == nil || !s.sampled.Load() {
hash/crc32
crc32.go#L204: case haveCastagnoli.Load() && tab == castagnoliTable:
internal/poll
fd_unix.go#L654: if syscall.F_DUPFD_CLOEXEC != 0 && !dupCloexecUnsupported.Load() {
internal/sync
hashtriemap.go#L129: if (n == nil || n.isEntry) && !i.dead.Load() {
hashtriemap.go#L237: if (n == nil || n.isEntry) && !i.dead.Load() {
hashtriemap.go#L463: if !i.dead.Load() && (n == nil || n.isEntry) {
internal/syscall/unix
getrandom.go#L33: if getrandomUnsupported.Load() {
log
log.go#L202: if l.isDiscard.Load() {
net/http
client.go#L419: return stopTimer, timedOut.Load
h2_bundle.go#L3336: if !http2DebugGoroutines || http2disableDebugGoroutines.Load() {
h2_bundle.go#L3343: if !http2DebugGoroutines || http2disableDebugGoroutines.Load() {
h2_bundle.go#L3352: if !http2DebugGoroutines || http2disableDebugGoroutines.Load() {
server.go#L940: if ecr.closed.Load() {
server.go#L944: if w.canWriteContinue.Load() {
server.go#L946: if w.canWriteContinue.Load() {
server.go#L1327: if w.handlerDone.Load() && !trailers && !hasTE && bodyAllowedForStatus(w.status) && !header.has("Content-Length") && (!isHEAD || len(p) > 0) {
server.go#L1374: if ecr, ok := w.req.Body.(*expectContinueReader); ok && !ecr.sawEOF.Load() {
server.go#L1638: if w.canWriteContinue.Load() {
server.go#L2202: if w.handlerDone.Load() {
server.go#L2227: if w.handlerDone.Load() {
server.go#L3622: return !s.disableKeepAlives.Load() && !s.shuttingDown()
server.go#L3626: return s.inShutdown.Load()
transport.go#L733: if b, ok := req.Body.(*readTrackingBody); ok && !b.didClose.Load() {
transport.go#L797: if req.Body == nil || req.Body == NoBody || (!req.Body.(*readTrackingBody).didRead && !req.Body.(*readTrackingBody).didClose.Load()) {
transport.go#L800: if !req.Body.(*readTrackingBody).didClose.Load() {
unique
canonmap.go#L99: if (n == nil || n.isEntry) && !i.dead.Load() {
![]() |
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. |