const runtime.timerNoStatus
10 uses
runtime (current package)
time.go#L121: timerNoStatus = iota
time.go#L259: if t.status != timerNoStatus {
time.go#L354: case timerNoStatus:
time.go#L430: status := uint32(timerNoStatus)
time.go#L446: case timerNoStatus, timerRemoved:
time.go#L647: case timerNoStatus, timerRemoved:
time.go#L732: case timerNoStatus, timerRunning, timerRemoving, timerRemoved, timerMoving:
time.go#L838: case timerNoStatus, timerRemoved:
time.go#L883: if !atomic.Cas(&t.status, timerRunning, timerNoStatus) {
time.go#L967: case timerNoStatus, timerRemoved:
 |
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. |