Interoperability Routines (GNU libgomp) (original) (raw)
Next: Memory Management Routines, Previous: Event Routine, Up: OpenMP Runtime Library Routines [Contents][Index]
3.11 Interoperability Routines ¶
Routines to obtain properties from an object of OpenMP interop type. They have C linkage and do not throw exceptions.
- omp_get_num_interop_properties – Get the number of implementation-specific properties
- omp_get_interop_int – Obtain integer-valued interoperability property
- omp_get_interop_ptr – Obtain pointer-valued interoperability property
- omp_get_interop_str – Obtain string-valued interoperability property
- omp_get_interop_name – Obtain the name of an interop_property value as string
- omp_get_interop_type_desc – Obtain type and description to an interop_property
- omp_get_interop_rc_desc – Obtain error string to an interop_rc error code