struct Poco::ThreadImpl::ThreadData
#include <Thread_VX.h> struct ThreadData: public Poco::RefCountedObject { // fields SharedPtr<Runnable> pRunnableTarget; pthread_t thread; int prio; int osPrio; int policy; Event done; std::size_t stackSize; bool started; bool joined; Runnable* pRunnableTarget; AutoPtr<CallbackData> pCallbackTarget; int task; int stackSize; };
Inherited Members
public: // methods void duplicate() const; void release() const; int referenceCount() const;