LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Classes | |
struct | DEP |
struct | ID |
struct | task |
Macros | |
#define | TIED 1 |
Typedefs | |
typedef struct DEP | _dep |
typedef struct ID | _id |
typedef struct task | task_t |
typedef int(* | entry_t) (int, task_t *) |
Functions | |
int | __kmpc_global_thread_num (_id *) |
task_t * | __kmpc_omp_task_alloc (_id *loc, int gtid, int flags, size_t sz, size_t shar, entry_t rtn) |
int | __kmpc_omp_task_with_deps (_id *loc, int gtid, task_t *task, int ndeps, _dep *dep_lst, int nd_noalias, _dep *noalias_l) |
int | main () |
#define TIED 1 |
Definition at line 10 of file kmp_taskwait_nowait.c.
Definition at line 32 of file kmp_taskwait_nowait.c.
task_t * __kmpc_omp_task_alloc | ( | _id * | loc, |
int | gtid, | ||
int | flags, | ||
size_t | sz, | ||
size_t | shar, | ||
entry_t | rtn | ||
) |
Referenced by main().
int __kmpc_omp_task_with_deps | ( | _id * | loc, |
int | gtid, | ||
task_t * | task, | ||
int | ndeps, | ||
_dep * | dep_lst, | ||
int | nd_noalias, | ||
_dep * | noalias_l | ||
) |
Referenced by main().
Definition at line 46 of file kmp_taskwait_nowait.c.
References __kmpc_global_thread_num(), __kmpc_omp_task_alloc(), __kmpc_omp_task_with_deps(), DEP::addr, DEP::flags, loc, omp_set_num_threads, and TIED.