tibrvQueue_GetCount()

Function

Declaration

tibrv_status tibrvQueue_GetCount(
    tibrvQueue        eventQueue,
    tibrv_u32*        numEvents);

Purpose

Extract the number of events in a queue.

Parameter

Description

eventQueue

Extract the current event count of this queue.

numEvents

The program supplies a location, and the function stores (a snapshot of) the event count of the queue in that location.