Home
last modified time | relevance | path

Searched defs:Overlapped (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/
Doverlapped.rs9 pub(crate) struct Overlapped { struct
15 impl Overlapped { argument
16 pub(crate) fn new(cb: fn(&OVERLAPPED_ENTRY, Option<&mut Vec<Event>>)) -> Overlapped { in new()
28 impl fmt::Debug for Overlapped { implementation
34 unsafe impl Send for Overlapped {} implementation
35 unsafe impl Sync for Overlapped {} implementation
Devent.rs48 overlapped: *mut super::Overlapped, in to_completion_status_with_overlapped()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.h35 typedef struct Overlapped struct
46 } Overlapped; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_windows.go442 func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
459 func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
980 …*WSABuf, bufcnt uint32, sent *uint32, flags uint32, to Sockaddr, overlapped *Overlapped, croutine …
1000 …f, bufcnt uint32, sent *uint32, flags uint32, to *SockaddrInet4, overlapped *Overlapped, croutine …
1016 …f, bufcnt uint32, sent *uint32, flags uint32, to *SockaddrInet6, overlapped *Overlapped, croutine …
1062 …len int32, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) (err erro…
1074 … sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
1381 func GetQueuedCompletionStatus(cphandle Handle, qty *uint32, key *uint32, overlapped **Overlapped, …
1399 func PostQueuedCompletionStatus(cphandle Handle, qty uint32, key uint32, overlapped *Overlapped) er…
Dzsyscall_windows.go471 func CancelIoEx(s Handle, o *Overlapped) (err error) {
580 …2, outBuffer *byte, outBufferSize uint32, bytesReturned *uint32, overlapped *Overlapped) (err erro…
842 func getQueuedCompletionStatus(cphandle Handle, qty *uint32, key *uintptr, overlapped **Overlapped,…
970 func postQueuedCompletionStatus(cphandle Handle, qty uint32, key uintptr, overlapped *Overlapped) (…
1002 …, buflen uint32, watchSubTree bool, mask uint32, retlen *uint32, overlapped *Overlapped, completio…
1014 func readFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
1156 func writeFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
1168 …datalen uint32, laddrlen uint32, raddrlen uint32, recvd *uint32, overlapped *Overlapped) (err erro…
1181 … Handle, handle Handle, bytesToWrite uint32, bytsPerSend uint32, overlapped *Overlapped, transmitF…
1276 …buf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completio…
[all …]
Dtypes_windows.go333 type Overlapped struct { struct
334 Internal uintptr
335 InternalHigh uintptr
336 Offset uint32
337 OffsetHigh uint32
338 HEvent Handle
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dnet_windows.go14 …nt32, sent *uint32, flags uint32, to *syscall.SockaddrInet4, overlapped *syscall.Overlapped, crout…
18 …nt32, sent *uint32, flags uint32, to *syscall.SockaddrInet6, overlapped *syscall.Overlapped, crout…
Dzsyscall_windows.go295 … uint32, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *syscall.Overlapped) (err …
356 ….Handle, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *syscall.Overlapped) (err …
437 func WSAGetOverlappedResult(h syscall.Handle, o *syscall.Overlapped, bytes *uint32, wait bool, flag…
Dsyscall_windows.go299 …yscall.Handle, msg *WSAMsg, flags uint32, bytesSent *uint32, overlapped *syscall.Overlapped, crout…
315 …cvMsg(fd syscall.Handle, msg *WSAMsg, bytesReceived *uint32, overlapped *syscall.Overlapped, crout…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsyscall_windows.go585 func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
596 func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
1131 …*WSABuf, bufcnt uint32, sent *uint32, flags uint32, to Sockaddr, overlapped *Overlapped, croutine …
1173 …len int32, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) (err erro…
1185 … sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {
1234 func WSASendMsg(fd Handle, msg *WSAMsg, flags uint32, bytesSent *uint32, overlapped *Overlapped, cr…
1246 func WSARecvMsg(fd Handle, msg *WSAMsg, bytesReceived *uint32, overlapped *Overlapped, croutine *by…
Dzsyscall_windows.go1658 func CancelIoEx(s Handle, o *Overlapped) (err error) {
1695 func ConnectNamedPipe(pipe Handle, overlapped *Overlapped) (err error) {
1878 …2, outBuffer *byte, outBufferSize uint32, bytesReturned *uint32, overlapped *Overlapped) (err erro…
2386 func GetOverlappedResult(handle Handle, overlapped *Overlapped, done *uint32, wait bool) (err error…
2463 func GetQueuedCompletionStatus(cphandle Handle, qty *uint32, key *uintptr, overlapped **Overlapped,…
2724 …lags uint32, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *Overlapped) (err erro…
2843 func PostQueuedCompletionStatus(cphandle Handle, qty uint32, key uintptr, overlapped *Overlapped) (…
2924 …, buflen uint32, watchSubTree bool, mask uint32, retlen *uint32, overlapped *Overlapped, completio…
2936 func readFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
3309 …file Handle, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *Overlapped) (err erro…
[all …]
Dtypes_windows.go771 type Overlapped struct { struct
772 Internal uintptr
773 InternalHigh uintptr
774 Offset uint32
775 OffsetHigh uint32
776 HEvent Handle
/aosp_15_r20/prebuilts/go/linux-x86/src/net/internal/socktest/
Dsys_windows.go104 …call.Handle, sa syscall.Sockaddr, b *byte, n uint32, nwr *uint32, o *syscall.Overlapped) (err erro…
162 …alen uint32, laddrlen uint32, raddrlen uint32, rcvd *uint32, overlapped *syscall.Overlapped) error…
/aosp_15_r20/external/python/cpython3/Modules/
Doverlapped.c261 OVERLAPPED *Overlapped = NULL; in _overlapped_GetQueuedCompletionStatus_impl() local
298 OVERLAPPED *Overlapped) in _overlapped_PostQueuedCompletionStatus_impl()
319 LPOVERLAPPED Overlapped; member
348 OVERLAPPED *Overlapped, in _overlapped_RegisterWaitWithQueue_impl()
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dexecutor.rs10 Overlapped { concurrency: Option<u32> }, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dsockopt_windows.go10 …*byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *syscall.Overlapped, compl…
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Doverlapped.c.h95 OVERLAPPED *Overlapped; in _overlapped_PostQueuedCompletionStatus() local
129 OVERLAPPED *Overlapped; in _overlapped_RegisterWaitWithQueue() local
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dexecutor.rs340 Overlapped(Arc<RawExecutor<windows::HandleReactor>>), enumerator
H A Dio_source.rs33 Overlapped(OverlappedSource<F>), enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1788 bool Overlapped = OverlappedSrc || OverlappedDst; in fixShift64HighRegBug() local