|
LLVM OpenMP 22.0.0git
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "libomp_test_affinity.h"#include "libomp_test_topology.h"Go to the source code of this file.
Functions | |
| static int | compare_places (const place_list_t *p1, const place_list_t *p2) |
| static int | check_places () |
| int | main () |
|
static |
Definition at line 50 of file omp-places.c.
References compare_places(), status, topology_alloc_openmp_places(), topology_alloc_type_places(), topology_free_places(), TOPOLOGY_OBJ_CORE, TOPOLOGY_OBJ_SOCKET, TOPOLOGY_OBJ_THREAD, and value.
Referenced by main().
|
static |
Definition at line 16 of file omp-places.c.
References affinity_mask_equal(), i, j, place_list_t::masks, place_list_t::num_places, and topology_print_places().
Referenced by check_places().
Definition at line 76 of file omp-places.c.
References check_places(), and topology_using_full_mask().