Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h180 api_type get_api_type() const override { return HWLOC; } in get_api_type()
400 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
597 api_type get_api_type() const override { return NATIVE_OS; } in get_api_type()
H A Dkmp.h773 enum api_type { enum
780 virtual api_type get_api_type() const { in get_api_type()