runtime.p.goidcache (field)

7 uses

	runtime (current package)
		proc.go#L4079: 	if _p_.goidcache == _p_.goidcacheend {
		proc.go#L4083: 		_p_.goidcache = atomic.Xadd64(&sched.goidgen, _GoidCacheBatch)
		proc.go#L4084: 		_p_.goidcache -= _GoidCacheBatch - 1
		proc.go#L4085: 		_p_.goidcacheend = _p_.goidcache + _GoidCacheBatch
		proc.go#L4087: 	newg.goid = int64(_p_.goidcache)
		proc.go#L4088: 	_p_.goidcache++
		runtime2.go#L592: 	goidcache    uint64