Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sync_runtime_doSpin (0.14 sec)

  1. src/runtime/proc.go

    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname sync_runtime_doSpin sync.runtime_doSpin
    //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.
    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