Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syncadjustsudogs (0.15 sec)

  1. src/runtime/stack.go

    		if stk.lo <= p && p < stk.hi && p > sghi {
    			sghi = p
    		}
    	}
    	return sghi
    }
    
    // syncadjustsudogs adjusts gp's sudogs and copies the part of gp's
    // stack they refer to while synchronizing with concurrent channel
    // operations. It returns the number of bytes of stack copied.
    func syncadjustsudogs(gp *g, used uintptr, adjinfo *adjustinfo) uintptr {
    	if gp.waiting == nil {
    		return 0
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
Back to top