~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/pool_of_threads.cc

  • Committer: Brian Aker
  • Date: 2009-03-20 05:04:15 UTC
  • Revision ID: brian@tangent.org-20090320050415-jeh6bsia5ckj01li
Fix for scheduler no longer needing to understand locks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
 
310
310
  libevent_session_add(session);
311
311
 
312
 
  pthread_mutex_unlock(&LOCK_thread_count);
313
 
 
314
312
  return false;
315
313
}
316
314