Data Fields |
|
cp_list * | immediate |
| | high priority queue for critical things
|
|
cp_list ** | normal |
| | normal priority queues with precedence weights
|
|
int * | weight |
| | table of weights for the normal queues
|
|
int | normal_priority_queues |
| | number of normal priorities (supported priority levels)
|
|
int | distribution_counter |
|
int | cycle_position |
|
int | mode |
| | locking/operation mode
|
|
cp_thread | txowner |
| | transaction lock owner
|
|
cp_compare_fn | compare_fn |
|
int | item_count |
| | number of elements in all queues
|
|
cp_lock * | lock |
| | locking object
|
|
int | txtype |
| | lock type
|
The documentation for this struct was generated from the following file: