20 #ifndef RAJA_policy_openmp_kernel_ompsyncthreads_HPP
21 #define RAJA_policy_openmp_kernel_ompsyncthreads_HPP
23 #include "RAJA/config.hpp"
25 #if defined(RAJA_ENABLE_OPENMP)
39 struct OmpSyncThreads :
public internal::Statement<camp::nil>
49 template<
typename Types>
50 struct StatementExecutor<statement::OmpSyncThreads, Types>
53 template<
typename Data>
54 static RAJA_INLINE
void exec(Data&&)
Header file for common RAJA internal macro definitions.
Definition: AlignedRangeIndexSetBuilders.cpp:35
Header file containing RAJA OpenMP policy definitions.
Header file for loop kernel internals.
Header file for RAJA type definitions.