LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Classes | |
struct | ident_t |
Macros | |
#define | N_TEAMS 4 |
#define | N_THR 3 |
Functions | |
int | __kmpc_global_thread_num (void *) |
void | __kmpc_push_num_teams (ident_t const *, int, int, int) |
void | __kmpc_fork_teams (ident_t const *, int argc, void *microtask,...) |
void | foo (int *gtid, int *tid, int *nt) |
int | main () |
Variables | |
static int | err = 0 |
static ident_t | dummy_loc = {0, 2, 0, 0, ";dummyFile;dummyFunc;0;0;;"} |
#define N_TEAMS 4 |
Definition at line 10 of file teams-no-par.c.
#define N_THR 3 |
Definition at line 13 of file teams-no-par.c.
Definition at line 42 of file teams-no-par.c.
References err.
Definition at line 53 of file teams-no-par.c.
References __kmpc_fork_teams(), __kmpc_global_thread_num(), __kmpc_push_num_teams(), dummy_loc, err, foo(), N_TEAMS, and N_THR.
|
static |
Definition at line 31 of file teams-no-par.c.
Referenced by main().
|
static |
Definition at line 16 of file teams-no-par.c.
Referenced by __kmp_is_address_mapped(), __kmp_stg_parse_hw_subset(), generate-def.DllExports::create(), foo(), FTN_GET_INTEROP_INT(), FTN_GET_INTEROP_PTR(), FTN_GET_INTEROP_STR(), kmp_aligned_malloc(), main(), omp_aligned_alloc(), omp_aligned_calloc(), run_32(), run_64(), run_loop_32(), run_loop_64(), sys_error(), and test_kmp_aligned_malloc().