All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ncores.h
Go to the documentation of this file.
1 #ifndef OSL_NCORES_H
2 #define OSL_NCORES_H
3 namespace osl {
4  namespace misc {
9  int ncores();
10  }
11 }
12 #endif /* _NCORES_H */
13 // ;;; Local Variables:
14 // ;;; mode:c++
15 // ;;; c-basic-offset:2
16 // ;;; End: