sds_tqueue - Man Page

Synopsis

#include <sds.h>

Data Fields

sds_queue * uq
pthread_mutex_t lock

Detailed Description

Implement a thread safe wrapper around an sds queue. This guarantees multithread safety to the operations of the queue.

Field Documentation

pthread_mutex_t sds_tqueue::lock

Lock that protects queue operations.

sds_queue* sds_tqueue::uq

Pointer to the underlying queue structure.

Author

Generated automatically by Doxygen for dirsrv from the source code.

Info

Version 3.0.1 dirsrv