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
![]() |
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. |