LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
int | __kmpc_global_thread_num (void *loc) |
void | __kmpc_push_num_threads_list (void *loc, int gtid, unsigned length, int *list) |
void | __kmpc_push_num_threads_strict (void *loc, int gtid, int nth, int sev, const char *msg) |
void | __kmpc_push_num_threads_list_strict (void *loc, int gtid, unsigned length, int *list, int sev, const char *msg) |
int | test_omp_parallel_num_threads_strict () |
int | main () |
Referenced by test_omp_parallel_num_threads_strict().
Referenced by test_omp_parallel_num_threads_strict().
void __kmpc_push_num_threads_list_strict | ( | void * | loc, |
int | gtid, | ||
unsigned | length, | ||
int * | list, | ||
int | sev, | ||
const char * | msg | ||
) |
Referenced by test_omp_parallel_num_threads_strict().
Referenced by test_omp_parallel_num_threads_strict().
Definition at line 93 of file omp_parallel_num_threads_strict.c.
References i, REPETITIONS, and test_omp_parallel_num_threads_strict().
int test_omp_parallel_num_threads_strict | ( | ) |
Definition at line 24 of file omp_parallel_num_threads_strict.c.
References __kmpc_global_thread_num(), __kmpc_push_num_threads_list(), __kmpc_push_num_threads_list_strict(), __kmpc_push_num_threads_strict(), and omp_get_num_threads().
Referenced by main().