const runtime.timerRemoving
15 uses
runtime (current package)
time.go#L137: timerRemoving
time.go#L347: case timerDeleted, timerRemoving, timerRemoved:
time.go#L469: case timerRunning, timerRemoving, timerMoving:
time.go#L577: if !atomic.Cas(&t.status, s, timerRemoving) {
time.go#L581: if !atomic.Cas(&t.status, timerRemoving, timerRemoved) {
time.go#L650: case timerRunning, timerRemoving, timerMoving:
time.go#L705: if atomic.Cas(&t.status, s, timerRemoving) {
time.go#L707: if !atomic.Cas(&t.status, timerRemoving, timerRemoved) {
time.go#L732: case timerNoStatus, timerRunning, timerRemoving, timerRemoved, timerMoving:
time.go#L808: if !atomic.Cas(&t.status, s, timerRemoving) {
time.go#L812: if !atomic.Cas(&t.status, timerRemoving, timerRemoved) {
time.go#L841: case timerRunning, timerRemoving, timerMoving:
time.go#L955: if atomic.Cas(&t.status, s, timerRemoving) {
time.go#L958: if !atomic.Cas(&t.status, timerRemoving, timerRemoved) {
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. |