runtime.sudog.waittail (field)
13 uses
runtime (current package)
runtime2.go#L377: waittail *sudog // semaRoot
sema.go#L261: s.waittail = t.waittail
sema.go#L262: if s.waittail == nil {
sema.go#L263: s.waittail = t
sema.go#L268: t.waittail = nil
sema.go#L271: if t.waittail == nil {
sema.go#L274: t.waittail.waitlink = s
sema.go#L276: t.waittail = s
sema.go#L355: t.waittail = s.waittail
sema.go#L357: t.waittail = nil
sema.go#L361: s.waittail = nil
![]() |
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. |