Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initExceptionHandler (0.19 sec)

  1. src/runtime/os_windows.go

    	canUseLongPaths = true
    }
    
    func osinit() {
    	asmstdcallAddr = unsafe.Pointer(abi.FuncPCABI0(asmstdcall))
    
    	loadOptionalSyscalls()
    
    	preventErrorDialogs()
    
    	initExceptionHandler()
    
    	initHighResTimer()
    	timeBeginPeriodRetValue = osRelax(false)
    
    	initSysDirectory()
    	initLongPathSupport()
    
    	ncpu = getproccount()
    
    	physPageSize = getPageSize()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top