LLVM OpenMP 20.0.0git
|
#include "common.h"
Go to the source code of this file.
Classes | |
struct | kmp_task_t_with_privates |
struct | anon |
Functions | |
kmp_int32 | omp_task_entry (kmp_int32 gtid, kmp_task_t_with_privates *task) |
template<bool hidden_helper_task> | |
void | assert_gtid (int v) |
int | main (int argc, char *argv[]) |
Variables | |
static kmp_int32 | __kmp_hidden_helper_threads_num |
Definition at line 55 of file gtid.cpp.
References __kmp_hidden_helper_threads_num.
Definition at line 67 of file gtid.cpp.
References __kmp_hidden_helper_threads_num, __kmpc_global_thread_num(), __kmpc_omp_target_task_alloc(), __kmpc_omp_task_alloc(), __kmpc_omp_task_with_deps(), __kmpc_omp_taskwait(), kmp_depend_info::base_addr, anon::data, kmp_depend_info::flag, get_num_hidden_helper_threads(), i, kmp_depend_info::len, N, omp_task_entry(), task1(), and task2().
kmp_int32 omp_task_entry | ( | kmp_int32 | gtid, |
kmp_task_t_with_privates * | task | ||
) |
Definition at line 48 of file gtid.cpp.
References __kmpc_global_thread_num(), p, and task::shareds.
Referenced by main().
|
static |
Definition at line 46 of file gtid.cpp.
Referenced by assert_gtid(), and main().