24
23
#include <boost/thread/shared_mutex.hpp>
25
24
#include <boost/thread/condition_variable.hpp>
34
31
boost::condition_variable_any suspend;
57
50
#define my_thread_var (::drizzled::internal::_my_thread_var())
59
52
} /* namespace internal */
60
53
} /* namespace drizzled */