Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for Enumerated (0.36 sec)

  1. src/runtime/proc.go

    //go:nosplit
    func sync_runtime_doSpin() {
    	procyield(active_spin_cnt)
    }
    
    var stealOrder randomOrder
    
    // randomOrder/randomEnum are helper types for randomized work stealing.
    // They allow to enumerate all Ps in different pseudo-random orders without repetitions.
    // The algorithm is based on the fact that if we have X such that X and GOMAXPROCS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top