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 | |
char * | get_string (size_t check_needed) |
void | check_thread_num_padded_rjustified () |
void | check_thread_num_rjustified () |
void | check_thread_num_ljustified () |
void | check_thread_num_padded_ljustified () |
int | main (int argc, char **argv) |
Variables | |
char | buf [BUFFER_SIZE] |
#define BUFFER_SIZE 1024 |
Definition at line 20 of file fields_modifiers.c.
#define check | ( | condition | ) |
Definition at line 13 of file fields_modifiers.c.
#define STR | ( | x | ) | XSTR(x) |
Definition at line 9 of file fields_modifiers.c.
#define streqls | ( | s1, | |
s2 | |||
) | (!strcmp(s1, s2)) |
Definition at line 11 of file fields_modifiers.c.
#define XSTR | ( | x | ) | #x |
Definition at line 8 of file fields_modifiers.c.
void check_thread_num_ljustified | ( | ) |
Definition at line 73 of file fields_modifiers.c.
References char, check, get_string(), i, j, omp_set_affinity_format, and s.
Referenced by main().
void check_thread_num_padded_ljustified | ( | ) |
Definition at line 92 of file fields_modifiers.c.
References char, check, get_string(), i, j, omp_set_affinity_format, and s.
Referenced by main().
void check_thread_num_padded_rjustified | ( | ) |
Definition at line 35 of file fields_modifiers.c.
References char, check, get_string(), i, j, omp_set_affinity_format, and s.
Referenced by main().
void check_thread_num_rjustified | ( | ) |
Definition at line 54 of file fields_modifiers.c.
References char, check, get_string(), i, j, omp_set_affinity_format, and s.
Referenced by main().
char * get_string | ( | size_t | check_needed | ) |
Definition at line 25 of file fields_modifiers.c.
References buf, BUFFER_SIZE, check, and omp_capture_affinity.
Definition at line 111 of file fields_modifiers.c.
References check_thread_num_ljustified(), check_thread_num_padded_ljustified(), check_thread_num_padded_rjustified(), and check_thread_num_rjustified().
char buf[BUFFER_SIZE] |
Definition at line 22 of file fields_modifiers.c.
Referenced by get_string().