51Degrees Common C/C++
4.1
A shared functionality library that is used by 51Degrees products
Search
Documentation
fiftyoneDegreesPoolHead
fiftyoneDegreesPoolHead Union Reference
Common
Pool
Detailed Description
The head of the stack used for pop and push operations.
Public Attributes
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:
pool.h
On This Page
Public Attributes
List of all members
Generated by
doxygen
1.8.15