runtime.notifyList.tail (field)
6 uses
runtime (current package)
sema.go#L466: tail *sudog
sema.go#L507: if l.tail == nil {
sema.go#L510: l.tail.next = s
sema.go#L512: l.tail = s
sema.go#L534: l.tail = nil
sema.go#L595: l.tail = p
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)