|
MolSim
|
Helper class for systems that may not have OpenMP functionality. More...
Go to the source code of this file.
Macros | |
| #define | CONTAINER_LOOP(container, it_var) for (auto &it_var : (container)) |
| #define | CONTAINER_REF(it_var) (it_var) |
Typedefs | |
| typedef int | omp_lock_t |
Functions | |
| int | omp_get_thread_num () |
| int | omp_get_num_threads () |
| void | omp_init_lock (omp_lock_t *) |
| void | omp_destroy_lock (omp_lock_t *) |
| void | omp_set_lock (omp_lock_t *) |
| void | omp_unset_lock (omp_lock_t *) |
| int | omp_get_max_threads () |
Helper class for systems that may not have OpenMP functionality.
| #define CONTAINER_LOOP | ( | container, | |
| it_var | |||
| ) | for (auto &it_var : (container)) |
| #define CONTAINER_REF | ( | it_var | ) | (it_var) |
| typedef int omp_lock_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |