Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func CloseCompletionQueue(cq Cq)
- func DequeueCompletion(cq Cq, results []Result) uint32
- func DeregisterBuffer(id BufferId)
- func Initialize() bool
- func Notify(cq Cq) error
- func ReceiveEx(rq Rq, buf *Buffer, dataBufferCount uint32, ...) error
- func SendEx(rq Rq, buf *Buffer, dataBufferCount uint32, ...) error
- func Socket(af, typ, proto int32) (windows.Handle, error)
- type Buffer
- type BufferId
- type Cq
- type Result
- type Rq
Constants ¶
View Source
const ( MsgDontNotify = 1 MsgDefer = 2 MsgWaitAll = 4 MsgCommitOnly = 8 MaxCqSize = 0x8000000 )
Variables ¶
This section is empty.
Functions ¶
func CloseCompletionQueue ¶
func CloseCompletionQueue(cq Cq)
func DequeueCompletion ¶
func DeregisterBuffer ¶
func DeregisterBuffer(id BufferId)
func Initialize ¶
func Initialize() bool
Types ¶
type Cq ¶
type Cq uintptr
Click to show internal directories.
Click to hide internal directories.