const runtime.timerModifying
16 uses
runtime (current package)
time.go#L145: timerModifying
time.go#L313: if atomic.Cas(&t.status, s, timerModifying) {
time.go#L318: if !atomic.Cas(&t.status, timerModifying, timerDeleted) {
time.go#L332: if atomic.Cas(&t.status, s, timerModifying) {
time.go#L337: if !atomic.Cas(&t.status, timerModifying, timerDeleted) {
time.go#L358: case timerModifying:
time.go#L441: if atomic.Cas(&t.status, status, timerModifying) {
time.go#L453: if atomic.Cas(&t.status, status, timerModifying) {
time.go#L463: if atomic.Cas(&t.status, status, timerModifying) {
time.go#L473: case timerModifying:
time.go#L493: if !atomic.Cas(&t.status, timerModifying, timerWaiting) {
time.go#L529: if !atomic.Cas(&t.status, timerModifying, newStatus) {
time.go#L644: case timerModifying:
time.go#L736: case timerModifying:
time.go#L834: case timerModifying:
time.go#L964: case timerModifying:
 |
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. |