func internal/runtime/atomic.StorepNoWB
11 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L138: func StorepNoWB(ptr unsafe.Pointer, val unsafe.Pointer)
types.go#L479: StorepNoWB(unsafe.Pointer(&u.value), value)
runtime
atomic_pointer.go#L49: atomic.StorepNoWB(noescape(ptr), new)
iface.go#L189: atomic.StorepNoWB(unsafe.Pointer(p), unsafe.Pointer(m))
malloc.go#L873: atomic.StorepNoWB(unsafe.Pointer(&h.arenas[ri.l1()]), unsafe.Pointer(l2))
malloc.go#L913: atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
mbitmap.go#L795: atomic.StorepNoWB(unsafe.Pointer(&span.largeType), unsafe.Pointer(gctyp))
mgcmark_greenteagc.go#L725: atomic.StorepNoWB(unsafe.Pointer(&r.ring), ring)
mheap.go#L2964: atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), unsafe.Pointer(fresh))
mheap.go#L3010: atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), nil) // newMarkBits calls newArena when needed
type.go#L140: atomic.StorepNoWB(addr, unsafe.Pointer(p))
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |