~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/pthread_globals.h

  • Committer: Olaf van der Spek
  • Date: 2011-04-13 12:17:56 UTC
  • mto: (2277.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2278.
  • Revision ID: olafvdspek@gmail.com-20110413121756-8zsjfrl52qb28vx1
Thread

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
namespace drizzled {
30
30
 
31
31
typedef boost::shared_ptr<boost::thread> thread_ptr;
32
 
typedef boost::mutex::scoped_lock boost_unique_lock_t;
33
32
 
34
33
extern boost::condition_variable_any COND_refresh;
35
34
extern DRIZZLED_API boost::condition_variable COND_thread_count;