runtime.p.adjustTimers (field)
9 uses
runtime (current package)
proc.go#L4710: pp.adjustTimers = 0
runtime2.go#L703: adjustTimers uint32
time.go#L336: atomic.Xadd(&tpp.adjustTimers, -1)
time.go#L525: atomic.Xadd(&tpp.adjustTimers, adjust)
time.go#L595: atomic.Xadd(&pp.adjustTimers, -1)
time.go#L667: if atomic.Load(&pp.adjustTimers) == 0 {
time.go#L725: if n := atomic.Xadd(&pp.adjustTimers, -1); int32(n) <= 0 {
time.go#L828: atomic.Xadd(&pp.adjustTimers, -1)
time.go#L988: atomic.Xadd(&pp.adjustTimers, -cearlier)
![]() |
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. |