LLVM OpenMP 20.0.0git
|
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <omp.h>
Go to the source code of this file.
Macros | |
#define | NTIMES 2 |
Functions | |
void | test_tasks () |
void | test_base (int nthreads) |
void | test_nest (int first, int second) |
template<typename... Args> | |
void | run_ntimes (int n, void(*func)(Args...), Args... args) |
int | main () |
#define NTIMES 2 |
Definition at line 9 of file issue-94260-1.cpp.
Definition at line 56 of file issue-94260-1.cpp.
References i, NTIMES, omp_set_max_active_levels, run_ntimes(), and test_nest().
Definition at line 21 of file issue-94260-1.cpp.
References test_tasks().
Referenced by test_nest().
Definition at line 33 of file issue-94260-1.cpp.
References i, and test_base().
Referenced by main().
void test_tasks | ( | ) |