func runtime.gcMarkWorkAvailable
9 uses
runtime (current package)
mcheckmark.go#L64: if gcMarkWorkAvailable(nil) {
mgc.go#L723: if !gcMarkWorkAvailable(_p_) {
mgc.go#L1506: if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
mgc.go#L2038: if incnwait == work.nproc && !gcMarkWorkAvailable(nil) {
mgc.go#L2053: func gcMarkWorkAvailable(p *p) bool {
mgcmark.go#L560: if incnwait == work.nproc && !gcMarkWorkAvailable(nil) {
proc.go#L2372: if gcBlackenEnabled != 0 && gcMarkWorkAvailable(_p_) {
proc.go#L2695: if gcBlackenEnabled != 0 && gcMarkWorkAvailable(_p_) {
proc.go#L2822: if atomic.Load(&gcBlackenEnabled) != 0 && gcMarkWorkAvailable(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. |