Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for SetFileCompletionNotificationModes (0.65 sec)

  1. src/internal/poll/fd_windows.go

    	"unicode/utf8"
    	"unsafe"
    )
    
    var (
    	initErr error
    	ioSync  uint64
    )
    
    // This package uses the SetFileCompletionNotificationModes Windows
    // API to skip calling GetQueuedCompletionStatus if an IO operation
    // completes synchronously. There is a known bug where
    // SetFileCompletionNotificationModes crashes on some systems (see
    // https://support.microsoft.com/kb/2568167 for details).
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_windows.go

    	procSetFileAttributesW                 = modkernel32.NewProc("SetFileAttributesW")
    	procSetFileCompletionNotificationModes = modkernel32.NewProc("SetFileCompletionNotificationModes")
    	procSetFilePointer                     = modkernel32.NewProc("SetFilePointer")
    	procSetFileTime                        = modkernel32.NewProc("SetFileTime")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  3. src/syscall/syscall_windows.go

    //sys	GetIfEntry(pIfRow *MibIfRow) (errcode error) = iphlpapi.GetIfEntry
    //sys	GetAdaptersInfo(ai *IpAdapterInfo, ol *uint32) (errcode error) = iphlpapi.GetAdaptersInfo
    //sys	SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) = kernel32.SetFileCompletionNotificationModes
    //sys	WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) [failretval==-1] = ws2_32.WSAEnumProtocolsW
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	GetIfEntry(pIfRow *MibIfRow) (errcode error) = iphlpapi.GetIfEntry
    //sys	GetAdaptersInfo(ai *IpAdapterInfo, ol *uint32) (errcode error) = iphlpapi.GetAdaptersInfo
    //sys	SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) = kernel32.SetFileCompletionNotificationModes
    //sys	WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) [failretval==-1] = ws2_32.WSAEnumProtocolsW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procSetFileAttributesW                                   = modkernel32.NewProc("SetFileAttributesW")
    	procSetFileCompletionNotificationModes                   = modkernel32.NewProc("SetFileCompletionNotificationModes")
    	procSetFileInformationByHandle                           = modkernel32.NewProc("SetFileInformationByHandle")
    	procSetFilePointer                                       = modkernel32.NewProc("SetFilePointer")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SetBpfTimeout", Func, 0},
    		{"SetCurrentDirectory", Func, 0},
    		{"SetEndOfFile", Func, 0},
    		{"SetEnvironmentVariable", Func, 0},
    		{"SetFileAttributes", Func, 0},
    		{"SetFileCompletionNotificationModes", Func, 2},
    		{"SetFilePointer", Func, 0},
    		{"SetFileTime", Func, 0},
    		{"SetHandleInformation", Func, 0},
    		{"SetKevent", Func, 0},
    		{"SetLsfPromisc", Func, 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)
  7. api/go1.2.txt

    pkg syscall (windows-386), func LoadSetFileCompletionNotificationModes() error
    pkg syscall (windows-386), func NetGetJoinInformation(*uint16, **uint16, *uint32) error
    pkg syscall (windows-386), func SetFileCompletionNotificationModes(Handle, uint8) error
    pkg syscall (windows-386), func WSAEnumProtocols(*int32, *WSAProtocolInfo, *uint32) (int32, error)
    pkg syscall (windows-386), type IpMaskString struct, String [16]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top