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