aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
thread.h
Go to the documentation of this file.
1 
29 #ifndef GUM_THREAD_H
30 #define GUM_THREAD_H
31 
32 
33 #include <thread>
34 
35 
36 namespace gum {
37 
38  namespace thread {
39 
47  unsigned int getMaxNumberOfThreads();
48 
49  } // namespace thread
50 
51 } /* namespace gum */
52 
53 
54 // include the inlined functions if necessary
55 #ifndef GUM_NO_INLINE
57 #endif /* GUM_NO_INLINE */
58 
59 
60 #endif /* GUM_THREADS */
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
unsigned int getMaxNumberOfThreads()
returns the maximum number of threads possible
Definition: thread_inl.h:40
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.