#include <stdio.h>
#include <omp.h>
#include <unistd.h>
Go to the source code of this file.
|
int | thunk_m (int gtid, task_t *ptask) |
int | thunk_s (int gtid, task_t *ptask) |
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 nd, dep *dep_lst, int nd_noalias, dep *noalias_dep_lst) |
int | main () |
◆ DELAY
◆ mysleep
◆ TIED
◆ dep
◆ entry_t
◆ id
◆ task_t
◆ __kmpc_global_thread_num()
int __kmpc_global_thread_num |
( |
id * | | ) |
|
◆ __kmpc_omp_task_alloc()
◆ __kmpc_omp_task_with_deps()
◆ main()
Definition at line 118 of file omp51_task_dep_inoutset.c.
References __kmpc_global_thread_num(), __kmpc_omp_task_alloc(), __kmpc_omp_task_with_deps(), DEP::addr, checker, DELAY, err, task::f_priv, DEP::flags, DEP::len, loc, mysleep, omp_set_dynamic, omp_set_num_threads, thunk_m(), thunk_s(), and TIED.
◆ thunk_m()
◆ thunk_s()
◆ checker
◆ err
◆ loc
id loc = {0, 2, 0, 0, ";file;func;0;0;;"} |
|
static |