#include <stdio.h>
#include <omp.h>
#include <unistd.h>
Go to the source code of this file.
|
int | thunk (int gtid, int **pshareds) |
int | __kmpc_global_thread_num (id *) |
int ** | __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, int **task, int nd, dep *dep_lst, int nd_noalias, dep *noalias_dep_lst) |
int | main () |
◆ DELAY
◆ mysleep
◆ dep
◆ entry_t
◆ id
◆ __kmpc_global_thread_num()
int __kmpc_global_thread_num |
( |
id * | | ) |
|
◆ __kmpc_omp_task_alloc()
int ** __kmpc_omp_task_alloc |
( |
id * | loc, |
|
|
int | gtid, |
|
|
int | flags, |
|
|
size_t | sz, |
|
|
size_t | shar, |
|
|
entry_t | rtn ) |
|
extern |
◆ __kmpc_omp_task_with_deps()
int __kmpc_omp_task_with_deps |
( |
id * | loc, |
|
|
int | gtid, |
|
|
int ** | task, |
|
|
int | nd, |
|
|
dep * | dep_lst, |
|
|
int | nd_noalias, |
|
|
dep * | noalias_dep_lst ) |
◆ main()
Definition at line 86 of file omp50_task_depend_mtx.c.
References __kmpc_global_thread_num(), __kmpc_omp_task_alloc(), __kmpc_omp_task_with_deps(), DEP::addr, DELAY, err, DEP::flags, DEP::len, loc, mysleep, omp_set_num_threads, and thunk().
◆ thunk()
◆ checker
◆ err
◆ loc
id loc = {0, 2, 0, 0, ";file;func;0;0;;"} |
|
static |