const runtime.timerRunning
10 uses
runtime (current package)
time.go#L129: timerRunning
time.go#L350: case timerRunning, timerMoving:
time.go#L469: case timerRunning, timerRemoving, timerMoving:
time.go#L650: case timerRunning, timerRemoving, timerMoving:
time.go#L732: case timerNoStatus, timerRunning, timerRemoving, timerRemoved, timerMoving:
time.go#L799: if !atomic.Cas(&t.status, s, timerRunning) {
time.go#L841: case timerRunning, timerRemoving, timerMoving:
time.go#L876: if !atomic.Cas(&t.status, timerRunning, timerWaiting) {
time.go#L883: if !atomic.Cas(&t.status, timerRunning, timerNoStatus) {
time.go#L970: case timerRunning, timerRemoving, timerMoving:
 |
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. |