runtime.m.id (field)

13 uses

	runtime (current package)
		heapdump.go#L554: 		dumpint(uint64(mp.id))
		os_darwin.go#L194: 		print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
		proc.go#L733: 		mp.id = id
		proc.go#L735: 		mp.id = mReserveID()
		proc.go#L738: 	mp.fastrand[0] = uint32(int64Hash(uint64(mp.id), fastrandseed))
		proc.go#L4945: 			id = _p_.m.ptr().id
		proc.go#L5410: 				id = mp.id
		proc.go#L5448: 		print("  M", mp.id, ": p=", id1, " curg=", id2, " mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, ""+" locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=", id3, "\n")
		proc.go#L5458: 			id1 = mp.id
		proc.go#L5462: 			id2 = lockedm.id
		runtime2.go#L503: 	id            int64
		signal_unix.go#L628: 	print("PC=", hex(c.sigpc()), " m=", _g_.m.id, " sigcode=", c.sigcode(), "\n")
		trace.go#L976: 	traceEvent(traceEvProcStart, -1, uint64(getg().m.id))