runtime.g.syscallpc (field)
11 uses
runtime (current package)
cgocall.go#L222: savedpc := gp.syscallpc
heapdump.go#L346: pc = gp.syscallpc
proc.go#L1906: gp.syscallpc = gp.sched.pc
proc.go#L3515: _g_.syscallpc = pc
proc.go#L3612: _g_.syscallpc = _g_.sched.pc
proc.go#L4478: if mp.ncgo > 0 && mp.curg != nil && mp.curg.syscallpc != 0 && mp.curg.syscallsp != 0 {
proc.go#L4494: n = gentraceback(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, 0, &stk[cgoOff], len(stk)-cgoOff, nil, nil, 0)
runtime2.go#L421: syscallpc uintptr // if status==Gsyscall, syscallpc = sched.pc to use during gc
stack.go#L957: gp.syscallpc = morebuf.pc
traceback.go#L114: pc0 = gp.syscallpc
traceback.go#L726: pc = gp.syscallpc
 |
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. |