type runtime/internal/atomic.UnsafePointer
15 uses
runtime/internal/atomic (current package)
types.go#L457: type UnsafePointer struct {
types.go#L465: func (u *UnsafePointer) Load() unsafe.Pointer {
types.go#L478: func (u *UnsafePointer) StoreNoWB(value unsafe.Pointer) {
types.go#L483: func (u *UnsafePointer) Store(value unsafe.Pointer) {
types.go#L504: func (u *UnsafePointer) CompareAndSwapNoWB(old, new unsafe.Pointer) bool {
types.go#L511: func (u *UnsafePointer) CompareAndSwap(old, new unsafe.Pointer) bool {
types.go#L519: u UnsafePointer
runtime
mprof.go#L155: mbuckets atomic.UnsafePointer // *bucket, memory profile buckets
mprof.go#L156: bbuckets atomic.UnsafePointer // *bucket, blocking profile buckets
mprof.go#L157: xbuckets atomic.UnsafePointer // *bucket, mutex profile buckets
mprof.go#L158: buckhash atomic.UnsafePointer // *buckhashArray
mprof.go#L163: type buckhashArray [buckHashSize]atomic.UnsafePointer // *bucket
mprof.go#L314: var allnext *atomic.UnsafePointer
mspanset.go#L275: a atomic.UnsafePointer
mspanset.go#L393: p atomic.UnsafePointer
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |