%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/omp/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/omp/in_parallel.hpp |
#ifndef PYTHONIC_INCLUDE_OMP_IN_PARALLEL_HPP
#define PYTHONIC_INCLUDE_OMP_IN_PARALLEL_HPP
#include <omp.h>
#include "pythonic/include/utils/functor.hpp"
PYTHONIC_NS_BEGIN
namespace omp
{
bool in_parallel();
DEFINE_FUNCTOR(pythonic::omp, in_parallel);
}
PYTHONIC_NS_END
#endif