const runtime.timerWaiting
16 uses
runtime (current package)
time.go#L125: timerWaiting
time.go#L262: t.status = timerWaiting
time.go#L309: case timerWaiting, timerModifiedLater:
time.go#L437: case timerWaiting, timerModifiedEarlier, timerModifiedLater:
time.go#L493: if !atomic.Cas(&t.status, timerModifying, timerWaiting) {
time.go#L597: if !atomic.Cas(&t.status, timerMoving, timerWaiting) {
time.go#L616: case timerWaiting:
time.go#L622: if !atomic.Cas(&t.status, timerMoving, timerWaiting) {
time.go#L633: if !atomic.Cas(&t.status, timerMoving, timerWaiting) {
time.go#L734: case timerWaiting:
time.go#L759: if !atomic.Cas(&t.status, timerMoving, timerWaiting) {
time.go#L793: case timerWaiting:
time.go#L830: if !atomic.Cas(&t.status, timerMoving, timerWaiting) {
time.go#L876: if !atomic.Cas(&t.status, timerRunning, timerWaiting) {
time.go#L932: case timerWaiting:
time.go#L946: if !atomic.Cas(&t.status, timerMoving, timerWaiting) {
 |
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. |