~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 09:29:43 UTC
  • mfrom: (509 drizzle)
  • mto: (509.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013092943-rwvx4a6d85b5l2dh
MergedĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  struct event* io_event;
63
63
  LIST list;
64
64
  bool thread_attached;  /* Indicates if THD is attached to the OS thread */
65
 
 
 
65
  
66
66
  char dbug_explain_buf[256];
67
67
  void swap_dbug_explain();
68
68
 
69
69
  thd_scheduler();
70
70
  ~thd_scheduler();
71
 
  thd_scheduler(const thd_scheduler&);
72
 
  void operator=(const thd_scheduler&);
73
71
  bool init(THD* parent_thd);
74
72
  bool thread_attach();
75
73
  void thread_detach();