LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
ThreadBegin (ompt_thread_t ThreadType) | |
Public Member Functions inherited from omptest::internal::EventBase< ThreadBegin > | |
EventBase () | |
virtual | ~EventBase ()=default |
virtual bool | equals (const InternalEvent *o) const override |
Equals method to cast and dispatch to the specific class operator==. | |
Public Member Functions inherited from omptest::internal::InternalEvent | |
InternalEvent () | |
InternalEvent (EventTy T) | |
virtual | ~InternalEvent ()=default |
Public Attributes | |
ompt_thread_t | ThreadType |
Public Attributes inherited from omptest::internal::InternalEvent | |
EventTy | Type |
Identifying event type. |
Additional Inherited Members | |
Static Public Attributes inherited from omptest::internal::EventBase< ThreadBegin > | |
static constexpr EventTy | EventType |
Definition at line 48 of file InternalEvent.h.
|
inline |
Definition at line 50 of file InternalEvent.h.
References ThreadType.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< ThreadBegin >.
Definition at line 51 of file InternalEvent.cpp.
References S, and ThreadType.
Referenced by TEST().
ompt_thread_t omptest::internal::ThreadBegin::ThreadType |
Definition at line 51 of file InternalEvent.h.
Referenced by ThreadBegin(), and toString().