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_;
Thread to test SyncPoints.
virtual void loop()
Code to execute in the thread.
virtual void init()
Initialize the thread.
SyncPointTestThread(const char *name, BlockedTimingAspect::WakeupHook hook)
Constructor.
virtual void finalize()
Finalize the thread.
Thread aspect to use blocked timing.
Thread aspect to log output.
Thread class encapsulation of pthreads.
const char * name() const
Get name of thread.