24 #include <aspect/inifins/thread_producer.h> 25 #include <aspect/thread_producer.h> 26 #include <core/threading/thread_collector.h> 41 collector_ = collector;
48 thread_producer_thread = dynamic_cast<ThreadProducerAspect *>(thread);
49 if (thread_producer_thread == 0) {
51 "ThreadProducerAspect, but RTTI says it " Fawkes library namespace.
ThreadProducerAspectIniFin(ThreadCollector *collector)
Constructor.
Thread class encapsulation of pthreads.
Thread cannot be initialized.
void init_ThreadProducerAspect(ThreadCollector *collector)
Init thread producer aspect.
const char * name() const
Get name of thread.
Aspect for thread producing threads.
virtual void init(Thread *thread)
Initialize thread.
virtual void finalize(Thread *thread)
Finalize thread.
Aspect initializer/finalizer base class.