runtime.m.procid (field)
8 uses
runtime (current package)
heapdump.go#L555: dumpint(mp.procid)
os_darwin.go#L315: getg().m.procid = uint64(pthread_self())
os_darwin.go#L434: pthread_kill(pthread(mp.procid), uint32(sig))
proc.go#L1599: tid := _g_.m.procid
proc.go#L1601: if mp.procid == tid {
proc.go#L1613: if mp.procid == 0 && !mp.doesPark {
proc.go#L1638: if mp.procid == tid {
runtime2.go#L492: procid uint64 // for debuggers, but offset not hard-coded
![]() |
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. |