thrust::system::omp::execution_policy#

template<typename DerivedPolicy>
struct execution_policy : public thrust::execution_policy<DerivedPolicy>#

thrust::omp::execution_policy is the base class for all Thrust parallel execution policies which are derived from Thrust’s OpenMP backend system.

Subclassed by thrust::system::omp::tag