\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesPoolHead Union Reference

Detailed Description

The head of the stack used for pop and push operations.

Data Fields

volatile long  exchange
Number used in the compare exchange operation.
struct {
   uint16_t   index
Index of the item in the linked list.
   uint16_t   aba
ABA value used to ensure proper operation.
}  values
Value index with its ABA value.

The documentation for this union was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/pool.h
On This Page