Table of Contents
qlfqueue_empty - test whether a lock-free queue is empty
#include
<qthread/qlfqueue.h>
int
qlfqueue_empty (qlfqueue_t *q);
This function checks whether
the given qlfqueue is empty.
The return value will be 1 if the
queue is empty, or 0 otherwise.
qdqueue_empty(3)
, qlfqueue_create(3)
,
qlfqueue_enqueue(3)
, qlfqueue_dequeue(3)
, qlfqueue_destroy(3)
Table of Contents