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