tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
initializers.hpp
Go to the documentation of this file.
1 /**
2  * Copyright (C) 2011
3  * University of Rochester Department of Computer Science
4  * and
5  * Lehigh University Department of Computer Science and Engineering
6  *
7  * License: Modified BSD
8  * Please see the file LICENSE.RSTM for licensing information
9  */
10 
11 #ifndef STM_POLICIES_INITIALIZERS_HPP
12 #define STM_POLICIES_INITIALIZERS_HPP
13 
14 namespace stm
15 {
16  /*** Initializers for the various classes of adaptivity policies */
17  void init_pol_static();
18  void init_pol_cbr();
19 }
20 
21 #endif // STM_POLICIES_INITIALIZERS_HPP
Definition: stm_fraser.c:61
void init_pol_cbr()
Definition: cbr.cpp:757
void init_pol_static()
Definition: static.cpp:118