runtime.timer.arg (field)
7 uses
runtime (current package)
netpoll.go#L276: pd.rt.arg = pd.makeArg()
netpoll.go#L292: pd.wt.arg = pd.makeArg()
time.go#L31: arg interface{}
time.go#L188: t.arg = gp
time.go#L484: t.arg = arg
time.go#L549: return modtimer(t, when, t.period, t.f, t.arg, t.seq)
time.go#L865: arg := t.arg
![]() |
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. |