sync.entry.p (field)
15 uses
sync (current package)
map.go#L92: p unsafe.Pointer // *interface{}
map.go#L96: return &entry{p: unsafe.Pointer(&i)}
map.go#L128: p := atomic.LoadPointer(&e.p)
map.go#L171: p := atomic.LoadPointer(&e.p)
map.go#L175: if atomic.CompareAndSwapPointer(&e.p, p, unsafe.Pointer(i)) {
map.go#L186: return atomic.CompareAndSwapPointer(&e.p, expunged, nil)
map.go#L193: atomic.StorePointer(&e.p, unsafe.Pointer(i))
map.go#L240: p := atomic.LoadPointer(&e.p)
map.go#L253: if atomic.CompareAndSwapPointer(&e.p, nil, unsafe.Pointer(&ic)) {
map.go#L256: p = atomic.LoadPointer(&e.p)
map.go#L298: p := atomic.LoadPointer(&e.p)
map.go#L302: if atomic.CompareAndSwapPointer(&e.p, p, nil) {
map.go#L376: p := atomic.LoadPointer(&e.p)
map.go#L378: if atomic.CompareAndSwapPointer(&e.p, nil, expunged) {
map.go#L381: p = atomic.LoadPointer(&e.p)
 |
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. |