LLVM OpenMP 22.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | N 200 |
#define | C 20 |
Functions | |
int | main () |
#define C 20 |
Definition at line 10 of file omp_nonmonotonic_nowait.c.
Referenced by __kmp_execute_tasks_template(), __kmp_release_template(), __kmp_resume_template(), __kmp_resume_template(), __kmp_suspend_template(), __kmp_suspend_template(), __kmp_wait_template(), __kmp_win32_cond_wait(), getBoolEnvironmentVariable(), and main().
#define N 200 |
Definition at line 9 of file omp_nonmonotonic_nowait.c.