Home
last modified time | relevance | path

Searched refs:SetFileCompletionNotificationModes (Results 1 – 5 of 5) sorted by relevance

/prebuilts/go/linux-x86/src/internal/poll/
Dfd_windows.go335 err := syscall.SetFileCompletionNotificationModes(fd.Sysfd, flags)
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go1066 func SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) { func
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h1262 WINBASEAPI WINBOOL WINAPI SetFileCompletionNotificationModes (HANDLE FileHandle, UCHAR Flags);
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go3124 func SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) { func
/prebuilts/go/linux-x86/api/
Dgo1.2.txt32322 pkg syscall (windows-386), func SetFileCompletionNotificationModes(Handle, uint8) error
32425 pkg syscall (windows-amd64), func SetFileCompletionNotificationModes(Handle, uint8) error