Searched refs:procSetFileCompletionNotificationModes (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | zsyscall_windows.go | 152 procSetFileCompletionNotificationModes = modkernel32.NewProc("SetFileCompletionNotificationModes") var 1067 …r1, _, e1 := Syscall(procSetFileCompletionNotificationModes.Addr(), 2, uintptr(handle), uintptr(fl…
|
D | syscall_windows.go | 731 return procSetFileCompletionNotificationModes.Find()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | syscall_windows.go | 825 return procSetFileCompletionNotificationModes.Find()
|
D | zsyscall_windows.go | 360 …procSetFileCompletionNotificationModes = modkernel32.NewProc("SetFileCompletionN… var 3125 …r1, _, e1 := syscall.Syscall(procSetFileCompletionNotificationModes.Addr(), 2, uintptr(handle), ui…
|