\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesSignal Struct Reference

Detailed Description

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

Data Fields

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:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/threading.h
On This Page