Home
last modified time | relevance | path

Searched refs:api_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h190 api_type get_api_type() const override { return HWLOC; } in get_api_type()
547 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
758 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
H A Dkmp.h812 enum api_type { enum
819 virtual api_type get_api_type() const { in get_api_type()