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