ar_omp.cpp
Go to the documentation of this file.
1 #ifndef USE_OMP
2 int omp_get_max_threads() { return 1; }
3 int omp_get_thread_num() { return 0; }
4 int omp_set_num_threads(int){return 0;}
5 
6 #endif
int omp_get_max_threads()
Definition: ar_omp.cpp:2
int omp_get_thread_num()
Definition: ar_omp.cpp:3
int omp_set_num_threads(int)
Definition: ar_omp.cpp:4


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:40:45