omp_get_cancellation
– Whether cancellation support is enabledtrue
if cancellation is activated, false
otherwise. Here, true
and false
represent their language-specific
counterparts. Unless OMP_CANCELLATION is set true, cancellations are
deactivated.
Prototype: | int omp_get_cancellation(void);
|
Interface: | logical function omp_get_cancellation()
|