Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for newosproc (0.21 sec)

  1. src/syscall/syscall_windows.go

    	}
    	if asan.Enabled && *done > 0 {
    		asan.Read(unsafe.Pointer(&p[0]), uintptr(*done))
    	}
    	return err
    }
    
    var ioSync int64
    
    var procSetFilePointerEx = modkernel32.NewProc("SetFilePointerEx")
    
    const ptrSize = unsafe.Sizeof(uintptr(0))
    
    // setFilePointerEx calls SetFilePointerEx.
    // See https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setfilepointerex
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	ir.Syms.Asanread = typecheck.LookupRuntimeFunc("asanread")
    	ir.Syms.Asanwrite = typecheck.LookupRuntimeFunc("asanwrite")
    	ir.Syms.Newobject = typecheck.LookupRuntimeFunc("newobject")
    	ir.Syms.Newproc = typecheck.LookupRuntimeFunc("newproc")
    	ir.Syms.Panicdivide = typecheck.LookupRuntimeFunc("panicdivide")
    	ir.Syms.PanicdottypeE = typecheck.LookupRuntimeFunc("panicdottypeE")
    	ir.Syms.PanicdottypeI = typecheck.LookupRuntimeFunc("panicdottypeI")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*DLLError).Unwrap", Method, 16},
    		{"(*Filetime).Nanoseconds", Method, 0},
    		{"(*Iovec).SetLen", Method, 0},
    		{"(*LazyDLL).Handle", Method, 0},
    		{"(*LazyDLL).Load", Method, 0},
    		{"(*LazyDLL).NewProc", Method, 0},
    		{"(*LazyProc).Addr", Method, 0},
    		{"(*LazyProc).Call", Method, 0},
    		{"(*LazyProc).Find", Method, 0},
    		{"(*Msghdr).SetControllen", Method, 0},
    		{"(*Proc).Addr", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top