net/http.atomicBool.setTrue (method)
8 uses
net/http (current package)
client.go#L402: timedOut.setTrue()
server.go#L527: func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
server.go#L914: ecr.sawEOF.setTrue()
server.go#L920: ecr.closed.setTrue()
server.go#L1622: w.handlerDone.setTrue()
server.go#L1930: w.canWriteContinue.setTrue()
server.go#L2689: srv.inShutdown.setTrue()
server.go#L2731: srv.inShutdown.setTrue()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)