var sync.expunged
9 uses
sync (current package)
map.go#L70: var expunged = unsafe.Pointer(new(interface{}))
map.go#L129: if p == nil || p == expunged {
map.go#L172: if p == expunged {
map.go#L186: return atomic.CompareAndSwapPointer(&e.p, expunged, nil)
map.go#L241: if p == expunged {
map.go#L257: if p == expunged {
map.go#L299: if p == nil || p == expunged {
map.go#L378: if atomic.CompareAndSwapPointer(&e.p, nil, expunged) {
map.go#L383: return p == expunged
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |