35 #ifndef THE_BOOST_THREAD_STORAGE_HXX_
36 #define THE_BOOST_THREAD_STORAGE_HXX_
39 #include <Core/ITKCommon/ThreadUtils/the_thread_storage.hxx>
42 #include <boost/thread/tss.hpp>
49 public boost::thread_specific_ptr<the_thread_observer_t>,
56 return (boost::thread_specific_ptr<the_thread_observer_t>::get() != NULL);
60 bool thread_stopped()
const
63 boost::thread_specific_ptr<the_thread_observer_t>::get()->
71 boost::thread_specific_ptr<the_thread_observer_t>::get()->
72 thread_.terminators();
76 unsigned int thread_id()
const
79 boost::thread_specific_ptr<the_thread_observer_t>::get()->
85 #endif // THE_BOOST_THREAD_STORAGE_HXX_
Definition: the_thread_storage.hxx:58
Definition: the_terminator.hxx:120
Definition: the_boost_thread_storage.hxx:48