LLVM OpenMP 20.0.0git
|
Public Attributes | |
void ** | shareds |
void * | entry |
int | part_id |
void * | destr_thunk |
int | priority |
long long | device_id |
int | f_priv |
pshareds | shareds |
int(* | routine )(int, struct task *) |
omp_event_handle_t | evt |
unsigned long long | lb |
unsigned long long | ub |
int | st |
int | last |
int | i |
int | j |
int | th |
Definition at line 97 of file kmp_task_depend_all.c.
void * task::destr_thunk |
Definition at line 101 of file kmp_task_depend_all.c.
long long task::device_id |
Definition at line 103 of file kmp_task_depend_all.c.
void * task::entry |
Definition at line 99 of file kmp_task_depend_all.c.
omp_event_handle_t task::evt |
Definition at line 52 of file bug_taskwait_detach.cpp.
int task::f_priv |
Definition at line 104 of file kmp_task_depend_all.c.
int task::i |
Definition at line 36 of file kmp_taskloop.c.
Referenced by task_entry().
int task::j |
Definition at line 37 of file kmp_taskloop.c.
Referenced by task_entry().
int task::last |
Definition at line 35 of file kmp_taskloop.c.
Referenced by __task_dup_entry(), and task_entry().
unsigned long long task::lb |
Definition at line 32 of file kmp_taskloop.c.
Referenced by main(), task_entry(), and task_loop().
int task::part_id |
Definition at line 100 of file kmp_task_depend_all.c.
Referenced by __kmp_task_alloc().
int task::priority |
Definition at line 102 of file kmp_task_depend_all.c.
Referenced by __kmp_free_task(), and __kmp_push_task().
Definition at line 46 of file bug_taskwait_detach.cpp.
Referenced by __kmp_invoke_task(), and __kmp_task_alloc().
void ** task::shareds |
Definition at line 98 of file kmp_task_depend_all.c.
Referenced by __GOMP_taskloop(), __kmp_invoke_task(), __kmp_task_alloc(), __kmp_task_dup_alloc(), kmp_taskloop_bounds_t::get_lb(), kmp_taskloop_bounds_t::get_ub(), main(), omp_task_entry(), kmp_taskloop_bounds_t::set_lb(), kmp_taskloop_bounds_t::set_ub(), task_entry(), and task_loop().
pshareds task::shareds |
Definition at line 45 of file bug_taskwait_detach.cpp.
int task::st |
Definition at line 34 of file kmp_taskloop.c.
Referenced by main(), task_entry(), and task_loop().
int task::th |
Definition at line 38 of file kmp_taskloop.c.
Referenced by __kmp_finish_implicit_task(), __kmp_free_implicit_task(), __kmp_get_cancellation_status(), __kmpc_cancel(), __kmpc_cancellationpoint(), and task_entry().
unsigned long long task::ub |
Definition at line 33 of file kmp_taskloop.c.
Referenced by main(), task_entry(), and task_loop().