24 #include <aspect/inifins/thread_producer.h> 25 #include <aspect/thread_producer.h> 26 #include <core/threading/thread_collector.h> 44 __collector = collector;
53 if (thread_producer_thread == 0) {
55 "ThreadProducerAspect, but RTTI says it " 56 "has not. ", thread->
name());
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.