Apache HTTPD
apr_queue.h File Reference

Thread Safe FIFO bounded queue. More...

#include "apu.h"
#include "apr_errno.h"
#include "apr_pools.h"

Go to the source code of this file.

Detailed Description

Thread Safe FIFO bounded queue.

Note
Since most implementations of the queue are backed by a condition variable implementation, it isn't available on systems without threads. Although condition variables are sometimes available without threads.

Definition in file apr_queue.h.