Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for globrunqputbatch (0.1 sec)

  1. src/runtime/mgc.go

    					// a useful signal to kick
    					// everything out of the run
    					// queue so it can run
    					// somewhere else.
    					if drainQ, n := runqdrain(pp); n > 0 {
    						lock(&sched.lock)
    						globrunqputbatch(&drainQ, int32(n))
    						unlock(&sched.lock)
    					}
    				}
    				// Go back to draining, this time
    				// without preemption.
    				gcDrainMarkWorkerDedicated(&pp.gcw, false)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
Back to top