~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/wait.cc

  • Committer: Brian Aker
  • Date: 2010-11-19 18:36:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1948.
  • Revision ID: brian@tangent.org-20101119183634-f0hihga8m27m1p39
Merge in the ability to kill off locks as well as barriers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      else
53
53
      {
54
54
        boost::this_thread::restore_interruption dl(getSession().getThreadInterupt());
 
55
 
55
56
        try {
56
57
          barrier->wait();
57
58
        }