qdqueue_dequeue - Man Page
remove an element from a distributed queue
Synopsis
#include <qthread/qdqueue.h>
void *
qdqueue_dequeue (qdqueue_t *q);
Description
This function removes an element from the distributed queue and returns a pointer to it.
Return Value
The return value is one of the pointers that was enqueued in the queue.
See Also
qlfqueue_dequeue(3), qdqueue_create(3), qdqueue_enqueue(3), qdqueue_destroy(3), qdqueue_empty(3)
Referenced By
qdqueue_create(3), qdqueue_destroy(3), qdqueue_empty(3), qdqueue_enqueue(3), qlfqueue_dequeue(3).
APRIL 2011 libqthread