LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | XSTR(x) #x |
#define | STR(x) XSTR(x) |
#define | streqls(s1, s2) (!strcmp(s1, s2)) |
#define | check(condition) |
#define | BUFFER_SIZE 1024 |
Functions | |
int | main (int argc, char **argv) |
#define check | ( | condition | ) |
Definition at line 23 of file api.c.
References buf, BUFFER_SIZE, check, omp_capture_affinity, omp_display_affinity, omp_get_affinity_format, omp_set_affinity_format, and streqls.