runtime.p.gcw (field)
19 uses
runtime (current package)
mgc.go#L1534: _p_.gcw.dispose()
mgc.go#L1536: if _p_.gcw.flushedWork {
mgc.go#L1538: _p_.gcw.flushedWork = false
mgc.go#L1583: if !p.gcw.empty() {
mgc.go#L1668: gcw := &getg().m.p.ptr().gcw
mgc.go#L1980: gcDrain(&pp.gcw, gcDrainUntilPreempt|gcDrainFlushBgCredit)
mgc.go#L1999: gcDrain(&pp.gcw, gcDrainFlushBgCredit)
mgc.go#L2001: gcDrain(&pp.gcw, gcDrainFractional|gcDrainUntilPreempt|gcDrainFlushBgCredit)
mgc.go#L2003: gcDrain(&pp.gcw, gcDrainIdle|gcDrainUntilPreempt|gcDrainFlushBgCredit)
mgc.go#L2054: if p != nil && !p.gcw.empty() {
mgc.go#L2114: gcw := &p.gcw
mgcmark.go#L537: gcw := &getg().m.p.ptr().gcw
mgcmark.go#L1396: gcw := &getg().m.p.ptr().gcw
mgcmark.go#L1529: gcw := &getg().m.p.ptr().gcw
mgcmark.go#L1546: gcw := &p.gcw
mheap.go#L1798: gcw := &mp.p.ptr().gcw
mwbbuf.go#L248: gcw := &_p_.gcw
proc.go#L4719: pp.gcw.dispose()
runtime2.go#L673: gcw gcWork
![]() |
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. |