LLVM OpenMP 20.0.0git
|
Public Attributes | |
int | num_places |
int | current_place |
int * | place_nums |
affinity_mask_t ** | masks |
Definition at line 20 of file libomp_test_topology.h.
int place_list_t::current_place |
Definition at line 22 of file libomp_test_topology.h.
Referenced by proc_bind_check(), topology_alloc_openmp_partition(), topology_alloc_openmp_places(), and topology_alloc_type_places().
affinity_mask_t** place_list_t::masks |
Definition at line 24 of file libomp_test_topology.h.
Referenced by compare_abs_hw_subset_places(), compare_hw_subset_places(), compare_places(), topology_alloc_openmp_partition(), topology_alloc_openmp_places(), topology_alloc_type_places(), and topology_free_places().
int place_list_t::num_places |
Definition at line 21 of file libomp_test_topology.h.
Referenced by check_places(), compare_abs_hw_subset_places(), compare_hw_subset_places(), compare_places(), main(), proc_bind_check(), topology_alloc_openmp_partition(), topology_alloc_openmp_places(), topology_alloc_type_places(), and topology_free_places().
int* place_list_t::place_nums |
Definition at line 23 of file libomp_test_topology.h.
Referenced by proc_bind_check(), topology_alloc_openmp_partition(), topology_alloc_openmp_places(), topology_alloc_type_places(), and topology_free_places().