omp_get_cancellation – Whether cancellation support is enabled#
- Description:
This function returns
trueif cancellation is activated,falseotherwise. Here,trueandfalserepresent their language-specific counterparts. UnlessOMP_CANCELLATIONis set true, cancellations are deactivated.- C/C++:
Prototype:
int omp_get_cancellation(void);- Fortran:
Interface:
logical function omp_get_cancellation()- See also:
- Reference:
OpenMP specification v4.5, Section 3.2.9.