HomeSort by relevance Sort by last modified time
    Searched full:iocphandle (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
netpoll_windows.go 34 var iocphandle uintptr = _INVALID_HANDLE_VALUE // completion port io handle var
37 iocphandle = stdcall4(_CreateIoCompletionPort, _INVALID_HANDLE_VALUE, 0, 0, _DWORD_MAX)
38 if iocphandle == 0 {
45 return iocphandle
49 if stdcall4(_CreateIoCompletionPort, fd, iocphandle, 0, 0) == 0 {
75 if iocphandle == _INVALID_HANDLE_VALUE {
91 if stdcall6(_GetQueuedCompletionStatusEx, iocphandle, uintptr(unsafe.Pointer(&entries[0])), uintptr(n), uintptr(unsafe.Pointer(&n)), uintptr(wait), 0) == 0 {
117 if stdcall5(_GetQueuedCompletionStatus, iocphandle, uintptr(unsafe.Pointer(&qty)), uintptr(unsafe.Pointer(&key)), uintptr(unsafe.Pointer(&op)), uintptr(wait)) == 0 {
  /prebuilts/go/linux-x86/src/runtime/
netpoll_windows.go 34 var iocphandle uintptr = _INVALID_HANDLE_VALUE // completion port io handle var
37 iocphandle = stdcall4(_CreateIoCompletionPort, _INVALID_HANDLE_VALUE, 0, 0, _DWORD_MAX)
38 if iocphandle == 0 {
45 return iocphandle
49 if stdcall4(_CreateIoCompletionPort, fd, iocphandle, 0, 0) == 0 {
75 if iocphandle == _INVALID_HANDLE_VALUE {
91 if stdcall6(_GetQueuedCompletionStatusEx, iocphandle, uintptr(unsafe.Pointer(&entries[0])), uintptr(n), uintptr(unsafe.Pointer(&n)), uintptr(wait), 0) == 0 {
117 if stdcall5(_GetQueuedCompletionStatus, iocphandle, uintptr(unsafe.Pointer(&qty)), uintptr(unsafe.Pointer(&key)), uintptr(unsafe.Pointer(&op)), uintptr(wait)) == 0 {

Completed in 322 milliseconds