24 #include <aspect/inifins/blocked_timing.h>
25 #include <aspect/blocked_timing.h>
26 #include <core/macros.h>
39 BlockedTimingAspectIniFin::BlockedTimingAspectIniFin()
51 if (blocked_timing_thread == 0) {
53 "BlockedTimingAspect, but RTTI says it "
54 "has not. ", thread->
name());
59 " (required for BlockedTimingAspect)",
OpMode opmode() const
Get operation mode.
Fawkes library namespace.
Thread class encapsulation of pthreads.
virtual void init(Thread *thread)
Initialize thread.
Thread aspect to use blocked timing.
Thread cannot be initialized.
const char * name() const
Get name of thread.
virtual void finalize(Thread *thread)
Finalize thread.
operate in wait-for-wakeup mode
Aspect initializer/finalizer base class.