sync/atomic.ifaceWords.typ (field)
8 uses
sync/atomic (current package)
value.go#L22: typ unsafe.Pointer
value.go#L30: typ := LoadPointer(&vp.typ)
value.go#L37: xp.typ = typ
value.go#L52: typ := LoadPointer(&vp.typ)
value.go#L59: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(^uintptr(0))) {
value.go#L65: StorePointer(&vp.typ, xp.typ)
value.go#L76: if typ != xp.typ {
![]() |
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. |