func runtime.atomicstorep
8 uses
runtime (current package)
atomic_pointer.go#L31: func atomicstorep(ptr unsafe.Pointer, new unsafe.Pointer) {
cgocall.go#L260: atomicstorep(unsafe.Pointer(&p.array), unsafe.Pointer(&s[0]))
iface.go#L148: atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
proc.go#L526: atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
proc.go#L755: atomicstorep(unsafe.Pointer(&allm), unsafe.Pointer(mp))
proc.go#L4835: atomicstorep(unsafe.Pointer(&allp[i]), unsafe.Pointer(pp))
symtab.go#L495: atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))
trace.go#L807: atomicstorep(unsafe.Pointer(&tab.tab[part]), unsafe.Pointer(stk))
 |
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. |