Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for setRelease (0.12 sec)

  1. src/runtime/proc.go

    }
    
    // startTheWorldGC undoes the effects of stopTheWorldGC.
    //
    // w must be the worldStop returned by stopTheWorld.
    func startTheWorldGC(w worldStop) {
    	startTheWorld(w)
    	semrelease(&gcsema)
    }
    
    // Holding worldsema grants an M the right to try to stop the world.
    var worldsema uint32 = 1
    
    // Holding gcsema grants the M the right to block a GC, and blocks
    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