SUNphi  1.0
Threads.hpp
Go to the documentation of this file.
1 #ifndef _THREADS_HPP
2 #define _THREADS_HPP
3 
4 /// \file Threads.hpp
5 ///
6 /// \brief Header file for thread functionalities
7 
8 #ifdef HAVE_CONFIG_H
9  #include "config.hpp"
10 #endif
11 
12 #include <threads/Barrier.hpp>
13 #include <threads/Mutex.hpp>
14 #include <threads/Pool.hpp>
15 
16 #endif