21 #ifndef _PLUGINS_SYNCPOINT_TEST_THREAD_H_ 22 #define _PLUGINS_SYNCPOINT_TEST_THREAD_H_ 24 #include <aspect/blocked_timing.h> 25 #include <aspect/logging.h> 26 #include <core/threading/thread.h> 40 BlockedTimingAspect::WakeupHook hook_;
virtual void finalize()
Finalize the thread.
virtual void init()
Initialize the thread.
Thread class encapsulation of pthreads.
Thread aspect to use blocked timing.
SyncPointTestThread(const char *name, BlockedTimingAspect::WakeupHook hook)
Constructor.
const char * name() const
Get name of thread.
Thread aspect to log output.
virtual void loop()
Code to execute in the thread.
Thread to test SyncPoints.