func internal/race.ReadPC
11 uses
internal/race (current package)
norace.go#L34: func ReadPC(addr unsafe.Pointer, callerpc, pc uintptr) {
internal/runtime/maps
runtime.go#L60: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime.go#L135: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime_fast32.go#L19: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime_fast32.go#L89: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime_fast64.go#L19: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime_fast64.go#L89: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime_faststr.go#L105: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
runtime_faststr.go#L165: race.ReadPC(unsafe.Pointer(m), callerpc, pc)
reflect
map.go#L180: race.ReadPC(unsafe.Pointer(m), callerpc, abi.FuncPCABIInternal(mapIterStart))
map.go#L193: race.ReadPC(unsafe.Pointer(it.Map()), callerpc, abi.FuncPCABIInternal(mapIterNext))
 |
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. |