24 #include <aspect/inifins/blocked_timing.h> 25 #include <aspect/blocked_timing.h> 26 #include <core/macros.h> 51 if (blocked_timing_thread == 0) {
53 "BlockedTimingAspect, but RTTI says it " 54 "has not. ", thread->
name());
59 " (required for BlockedTimingAspect)",
Fawkes library namespace.
Thread class encapsulation of pthreads.
virtual void init(Thread *thread)
Initialize thread.
OpMode opmode() const
Get operation mode.
Thread aspect to use blocked timing.
Thread cannot be initialized.
BlockedTimingAspectIniFin()
Constructor.
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.