LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
kmp_event_type_t | type |
kmp_tas_lock_t | lock |
union { | |
kmp_task_t * task | |
} | ed |
union { | |
void * task | |
} | ed |
union { | |
void * task | |
} | ed |
union { | |
void * task | |
} | ed |
union { | |
void * task | |
} | ed |
union { ... } kmp_event_t::ed |
Referenced by __kmpc_task_allow_completion_event().
union { ... } kmp_event_t::ed |
union { ... } kmp_event_t::ed |
union { ... } kmp_event_t::ed |
union { ... } kmp_event_t::ed |
kmp_tas_lock_t kmp_event_t::lock |
Definition at line 2603 of file kmp.h.
Referenced by __kmp_task_finish(), and __kmpc_task_allow_completion_event().
kmp_task_t* kmp_event_t::task |
Definition at line 2605 of file kmp.h.
Referenced by __kmpc_task_allow_completion_event().
void* kmp_event_t::task |
Definition at line 37 of file bug_taskwait_detach.cpp.
kmp_event_type_t kmp_event_t::type |
Definition at line 2602 of file kmp.h.
Referenced by __kmp_task_alloc(), __kmp_task_finish(), and __kmpc_task_allow_completion_event().