LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include "omp.h"
Go to the source code of this file.
Macros | |
#define | _OMPIMP |
#define | NO_MODIFIERS ((omp_sched_t)0) |
Functions | |
omp_sched_t | sched_append_modifiers (omp_sched_t sched, omp_sched_t modifiers) |
omp_sched_t | sched_without_modifiers (omp_sched_t sched) |
int | sched_has_modifiers (omp_sched_t sched, omp_sched_t modifiers) |
void | check_schedule (const char *extra, const omp_sched_t sched, int chunk, omp_sched_t hope_sched, int hope_chunk) |
int | main () |
Variables | |
int | global = 0 |
int | err = 0 |
#define _OMPIMP |
Definition at line 10 of file omp_monotonic_schedule_set_get.c.
#define NO_MODIFIERS ((omp_sched_t)0) |
Definition at line 13 of file omp_monotonic_schedule_set_get.c.
void check_schedule | ( | const char * | extra, |
const omp_sched_t | sched, | ||
int | chunk, | ||
omp_sched_t | hope_sched, | ||
int | hope_chunk | ||
) |
Definition at line 33 of file omp_monotonic_schedule_set_get.c.
References err.
Referenced by main().
Definition at line 44 of file omp_monotonic_schedule_set_get.c.
References check_schedule(), err, global, i, int, omp_sched_dynamic, omp_sched_static, omp_set_dynamic, omp_set_nested, omp_set_schedule, and sched_append_modifiers().
omp_sched_t sched_append_modifiers | ( | omp_sched_t | sched, |
omp_sched_t | modifiers | ||
) |
Definition at line 20 of file omp_monotonic_schedule_set_get.c.
References int.
Referenced by main().
int sched_has_modifiers | ( | omp_sched_t | sched, |
omp_sched_t | modifiers | ||
) |
Definition at line 28 of file omp_monotonic_schedule_set_get.c.
omp_sched_t sched_without_modifiers | ( | omp_sched_t | sched | ) |
Definition at line 24 of file omp_monotonic_schedule_set_get.c.
References int.
int err = 0 |
Definition at line 18 of file omp_monotonic_schedule_set_get.c.
Referenced by check_schedule(), and main().
int global = 0 |
Definition at line 17 of file omp_monotonic_schedule_set_get.c.
Referenced by main().