LLVM OpenMP 20.0.0git
Functions
kmp-hw-subset.c File Reference
#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_hw_subset_places (const place_list_t *openmp_places, topology_obj_type_t type, int nsockets, int ncores_per_socket, int nthreads_per_core)
 
static int check_places ()
 
int main ()
 

Function Documentation

◆ check_places()

static int check_places ( )
static

◆ compare_hw_subset_places()

static int compare_hw_subset_places ( const place_list_t openmp_places,
topology_obj_type_t  type,
int  nsockets,
int  ncores_per_socket,
int  nthreads_per_core 
)
static

◆ main()

int main ( void  )

Definition at line 126 of file kmp-hw-subset.c.

References check_places(), and topology_using_full_mask().