
#include <stdlib.h>#include "vipl_priv.h"Go to the source code of this file.
Functions | |
| VIP_ENTRY_POINT VIP_RETURN | VipDestroyCQ (VIP_CQ_HANDLE CQHandle) |
Definition in file vipdestroycq.c.
|
|
VipDestroyCQ() destroys a specified Completion Queue. If any VI Work Queues are associated with the Completion Queue, the Completion Queue is not destroyed and an error is returned.
Definition at line 39 of file vipdestroycq.c. References VIP_NIC::lock, VIP_ASSERT, VIP_NIC::vip_cq_set, VIP_DEBUG, VIP_DEBUG_LABEL, VIP_ERROR_RESOURCE, vip_free_handle(), VIP_INVALID_CQ_HANDLE, VIP_INVALID_PARAMETER, VIP_MUTEX_LOCK, VIP_MUTEX_UNLOCK, and VIP_SUCCESS. |
1.4.4.