reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_csupport.cpp
 3628   packed_reduction_method = __kmp_determine_reduction_method(
 3630   __KMP_SET_REDUCTION_METHOD(global_tid, packed_reduction_method);
 3632   if (packed_reduction_method == critical_reduce_block) {
 3637   } else if (packed_reduction_method == empty_reduce_block) {
 3643   } else if (packed_reduction_method == atomic_reduce_block) {
 3647   } else if (TEST_REDUCTION_METHOD(packed_reduction_method,
 3667         __kmp_barrier(UNPACK_REDUCTION_BARRIER(packed_reduction_method),