Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unlockextra (0.18 sec)

  1. src/runtime/proc.go

    	extraMInUse atomic.Uint32
    )
    
    // lockextra locks the extra list and returns the list head.
    // The caller must unlock the list by storing a new list head
    // to extram. If nilokay is true, then lockextra will
    // return a nil list head if that's what it finds. If nilokay is false,
    // lockextra will keep waiting until the list head is no longer nil.
    //
    //go:nosplit
    func lockextra(nilokay bool) *m {
    	const locked = 1
    
    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