~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2009-05-21 00:57:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1032.
  • Revision ID: brian@gaz-20090521005705-rpq4hzhy761d3wbj
Straighten out structures (remove some some dead bits).

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
  pthread_cond_t * volatile current_cond;
196
196
  pthread_t pthread_self;
197
197
  my_thread_id id;
198
 
  int cmp_length;
199
198
  int volatile abort;
200
199
  bool init;
201
200
  struct st_my_thread_var *next,**prev;