~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.h

  • Committer: Brian Aker
  • Date: 2010-11-29 03:53:29 UTC
  • Revision ID: brian@tangent.org-20101129035329-vh5b9w73flloxwad
This extends our coverage of interrupting active threads. With no crash
capabilities in the testing framework, we can't really test for the issue
this solves,....

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  ~MultiThreadScheduler();
47
47
  bool addSession(drizzled::Session::shared_ptr &session);
48
48
  void killSessionNow(drizzled::Session::shared_ptr &session);
 
49
  void killSession(drizzled::Session*);
49
50
  
50
51
  void runSession(drizzled::session_id_t);
51
52
private: