51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesSignal Struct Reference

Detailed Description

A signal used to limit the number of items that can be created by the pool.

Public Attributes

volatile bool  wait
Flag indicating if the thread should wait.
pthread_cond_t  cond
Condition variable for the signal.
pthread_mutex_t  mutex
Mutex for the signal.

The documentation for this struct was generated from the following file: