runtime.gcWork.flushedWork (field)
10 uses
runtime (current package)
mgc.go#L1536: if _p_.gcw.flushedWork {
mgc.go#L1538: _p_.gcw.flushedWork = false
mgc.go#L2117: print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
mgcwork.go#L88: flushedWork bool
mgcwork.go#L126: w.flushedWork = true
mgcwork.go#L180: w.flushedWork = true
mgcwork.go#L256: w.flushedWork = true
mgcwork.go#L265: w.flushedWork = true
mgcwork.go#L292: w.flushedWork = true
mgcwork.go#L296: w.flushedWork = true // handoff did putfull
![]() |
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. |