Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

tbb::internal::hash_map_base Class Reference

base class of concurrent_hash_map More...

#include <concurrent_hash_map.h>

Inherited by tbb::concurrent_hash_map< Key, T, HashCompare, A > [protected].

Inheritance diagram for tbb::internal::hash_map_base:

[legend]
List of all members.

Public Types

typedef spin_rw_mutex node_mutex_t
typedef spin_rw_mutex chain_mutex_t
typedef spin_rw_mutex segment_mutex_t
typedef size_t hashcode_t
 Type of a hash code.

Static Public Attributes

const size_t n_segment_bits = 6
 Log2 of n_segment.
const size_t n_segment = size_t(1)<<n_segment_bits
 Number of segments.
const size_t max_physical_size = size_t(1)<<(8*sizeof(hashcode_t)-n_segment_bits)
 Maximum size of array of chains.

Detailed Description

base class of concurrent_hash_map


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

Copyright © 2005-2008 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.