aGrUM  0.16.0
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
56 # include <agrum/core/thread_inl.h>
57 #endif /* GUM_NO_INLINE */
58 
59 
60 #endif /* GUM_THREADS */
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
unsigned int getMaxNumberOfThreads()
returns the maximum number of threads possible
Definition: thread_inl.h:40
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.