var runtime.gcphase

24 uses

	runtime (current package)
		malloc.go#L906: 	if gcphase == _GCmarktermination {
		malloc.go#L1122: 	if gcphase != _GCoff {
		mfinal.go#L78: 	if gcphase != _GCoff {
		mgc.go#L251: var gcphase uint32
		mgc.go#L278: 	atomic.Store(&gcphase, x)
		mgc.go#L279: 	writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
		mgc.go#L914: 	if gcphase != _GCoff {
		mgc.go#L1193: 	if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
		mgc.go#L1206: 		if gcphase != _GCmark {
		mgc.go#L1263: 	if !memstats.enablegc || panicking != 0 || gcphase != _GCoff {
		mgc.go#L1506: 	if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
		mgc.go#L1690: 	if gcphase != _GCoff {
		mgc.go#L2074: 	if gcphase != _GCmarktermination {
		mgc.go#L2173: 	if gcphase != _GCoff {
		mgcwork.go#L140: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L190: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L301: 	if gcphase == _GCmark {
		mgcwork.go#L464: 	if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
		mheap.go#L1795: 		if gcphase != _GCoff {
		proc.go#L2166: 		if gcphase != _GCoff {
		proc.go#L4717: 	if gcphase != _GCoff {
		stack.go#L235: 	if gcphase == _GCoff && s.allocCount == 0 {
		stack.go#L479: 		if gcphase == _GCoff {