Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastcontinuetramp (0.12 sec)

  1. src/runtime/signal_windows.go

    		// note: SetUnhandledExceptionFilter handler won't be called, if debugging.
    		stdcall1(_SetUnhandledExceptionFilter, abi.FuncPCABI0(lastcontinuetramp))
    	} else {
    		stdcall2(_AddVectoredContinueHandler, 1, abi.FuncPCABI0(firstcontinuetramp))
    		stdcall2(_AddVectoredContinueHandler, 0, abi.FuncPCABI0(lastcontinuetramp))
    	}
    }
    
    // isAbort returns true, if context r describes exception raised
    // by calling runtime.abort function.
    //
    //go:nosplit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 20:32:29 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top