Table of Contents
qdqueue_empty - test whether a distributed queue is empty
#include
<qthread/qdqueue.h>
int
qdqueue_empty (qdqueue_t *q);
This function checks whether the
given qdqueue is empty.
The return value will be 1 if the queue
is empty, or 0 otherwise.
qlfqueue_empty(3)
, qdqueue_create(3)
,
qdqueue_enqueue(3)
, qdqueue_dequeue(3)
, qdqueue_destroy(3)
Table of Contents