LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
void | usage () |
void | verify (const char *file_name, int line_number, int team_size) |
int | main (int argc, char **argv) |
Variables | |
int | failed = 0 |
Definition at line 31 of file omp_thread_limit.c.
References failed, omp_get_max_threads(), omp_set_dynamic, omp_set_nested, omp_set_num_threads, usage(), and verify().
void usage | ( | ) |
Definition at line 13 of file omp_thread_limit.c.
Referenced by main().
Definition at line 17 of file omp_thread_limit.c.
References failed, and omp_get_num_threads().
Referenced by main().
int failed = 0 |
Definition at line 11 of file omp_thread_limit.c.