Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Hash_Table_Internal Struct Reference

This is the structure used to store the clusters (items that have the same hash) More...

#include <Hash_Table.h>

Collaboration diagram for Hash_Table_Internal:
Collaboration graph

Data Fields

MALP_Spinlock lock
 a lock for concurrent access More...
 
struct Chained_List next_pl
 the actual chained list (containing elements) More...
 
int count
 the number of elements More...
 

Detailed Description

This is the structure used to store the clusters (items that have the same hash)

Definition at line 44 of file Hash_Table.h.

Field Documentation

int Hash_Table_Internal::count

the number of elements

Definition at line 47 of file Hash_Table.h.

MALP_Spinlock Hash_Table_Internal::lock

a lock for concurrent access

Definition at line 45 of file Hash_Table.h.

struct Chained_List Hash_Table_Internal::next_pl

the actual chained list (containing elements)

Definition at line 46 of file Hash_Table.h.


The documentation for this struct was generated from the following file: