sds_tqueue(3)
| sds_tqueue(3) | Library Functions Manual | sds_tqueue(3) |
NAME
sds_tqueue
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.
| Version 3.1.4 | dirsrv |
