OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iocphandle
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
netpoll_windows.go
33
var
iocphandle
uintptr = _INVALID_HANDLE_VALUE // completion port io handle
var
36
iocphandle
= uintptr(stdcall4(_CreateIoCompletionPort, _INVALID_HANDLE_VALUE, 0, 0, _DWORD_MAX))
37
if
iocphandle
== 0 {
44
if stdcall4(_CreateIoCompletionPort, fd,
iocphandle
, 0, 0) == 0 {
70
if
iocphandle
== _INVALID_HANDLE_VALUE {
86
if stdcall6(_GetQueuedCompletionStatusEx,
iocphandle
, uintptr(unsafe.Pointer(&entries[0])), uintptr(n), uintptr(unsafe.Pointer(&n)), uintptr(wait), 0) == 0 {
112
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
33
var
iocphandle
uintptr = _INVALID_HANDLE_VALUE // completion port io handle
var
36
iocphandle
= uintptr(stdcall4(_CreateIoCompletionPort, _INVALID_HANDLE_VALUE, 0, 0, _DWORD_MAX))
37
if
iocphandle
== 0 {
44
if stdcall4(_CreateIoCompletionPort, fd,
iocphandle
, 0, 0) == 0 {
70
if
iocphandle
== _INVALID_HANDLE_VALUE {
86
if stdcall6(_GetQueuedCompletionStatusEx,
iocphandle
, uintptr(unsafe.Pointer(&entries[0])), uintptr(n), uintptr(unsafe.Pointer(&n)), uintptr(wait), 0) == 0 {
112
if stdcall5(_GetQueuedCompletionStatus,
iocphandle
, uintptr(unsafe.Pointer(&qty)), uintptr(unsafe.Pointer(&key)), uintptr(unsafe.Pointer(&op)), uintptr(wait)) == 0 {
Completed in 82 milliseconds