Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDkmp_affinity.h135 const hwloc_topology_support *topology_support; in determine_capable() local
150 topology_support = hwloc_topology_get_support(__kmp_hwloc_topology); in determine_capable()
155 if (topology_support && topology_support->cpubind->set_thisthread_cpubind && in determine_capable()
156 topology_support->cpubind->get_thisthread_cpubind && in determine_capable()
157 topology_support->discovery->pu && !__kmp_hwloc_error) { in determine_capable()