HOME
| OPENMP API Specification: Version 5.1 November 2020

3.12.5  omp_get_interop_name

Summary The omp_get_interop_name routine retrieves a property name from an omp_interop_t object.

Format  

 
const char* omp_get_interop_name(const omp_interop_t interop, 
                                 omp_interop_property_t property_id) 
  ;  

Effect The omp_get_interop_name routine returns the name of the property identified by property_id as a C string.

Property names for non-implementation defined properties are listed in Table 3.1.

If the property_id is smaller than omp_ipr_first or not smaller than omp_get_num_interop_properties(interop), NULL is returned.

Restrictions Restrictions to the omp_get_interop_name routine are as follows:

Cross References