runtime.p.timerModifiedEarliest (field)
10 uses
runtime (current package)
proc.go#L3194: nextAdj := int64(atomic.Load64(&pp.timerModifiedEarliest))
runtime2.go#L654: timerModifiedEarliest uint64
time.go#L675: atomic.Store64(&pp.timerModifiedEarliest, 0)
time.go#L684: if first := atomic.Load64(&pp.timerModifiedEarliest); first != 0 {
time.go#L693: atomic.Store64(&pp.timerModifiedEarliest, 0)
time.go#L772: nextAdj := int64(atomic.Load64(&pp.timerModifiedEarliest))
time.go#L921: atomic.Store64(&pp.timerModifiedEarliest, 0)
time.go#L1037: old := atomic.Load64(&pp.timerModifiedEarliest)
time.go#L1041: if atomic.Cas64(&pp.timerModifiedEarliest, old, uint64(nextwhen)) {
time.go#L1069: w = int64(atomic.Load64(&pp.timerModifiedEarliest))
 |
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. |