Structure holding information about group of reference counters.
More...
#include <ref_cntr.h>
Data Fields
-
int mutex_cnt
- number of mutexes for this group
-
int mutex_to_assign
- number of next mutex to be assigned - this member is NOT read/changed from critical section but it doesn't matter if it will be rewritten between processes because it is used for load distributing only (the worst thing that can happen is that the same mutex is assigned twice)
-
cds_mutex_t mutexes [1]
- array of mutexes (allocated together with the structure)
Detailed Description
It holds array of mutexes which are assigned to single reference counters in this group. The assignment is done using an operation on pointer to reference_counter_data_t.
Definition at line 103 of file ref_cntr.h.
The documentation for this struct was generated from the following file: