runtime.timer.nextwhen (field)
11 uses
runtime (current package)
time.go#L35: nextwhen int64
time.go#L189: t.nextwhen = nanotime() + ns
time.go#L190: if t.nextwhen < 0 { // check for overflow.
time.go#L191: t.nextwhen = maxWhen
time.go#L202: resettimer(t, t.nextwhen)
time.go#L504: t.nextwhen = when
time.go#L590: t.when = t.nextwhen
time.go#L630: t.when = t.nextwhen
time.go#L717: t.when = t.nextwhen
time.go#L824: t.when = t.nextwhen
time.go#L941: t.when = t.nextwhen
![]() |
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. |