Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for unwinder (0.09 sec)

  1. src/runtime/runtime2.go

    	goexit      bool
    	deferreturn bool
    }
    
    // savedOpenDeferState tracks the extra state from _panic that's
    // necessary for deferreturn to pick up where gopanic left off,
    // without needing to unwind the stack.
    type savedOpenDeferState struct {
    	retpc           uintptr
    	deferBitsOffset uintptr
    	slotsOffset     uintptr
    }
    
    // ancestorInfo records details of where a goroutine was started.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
Back to top