~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2009-10-12 06:15:02 UTC
  • mfrom: (1165.1.178 static-functions)
  • Revision ID: brian@gaz-20091012061502-cds4m0cya7ow8sj7
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
extern bool my_thread_init(void);
177
177
extern void my_thread_end(void);
178
178
extern const char *my_thread_name(void);
179
 
extern my_thread_id my_thread_dbug_id(void);
180
179
 
181
180
/* All thread specific variables are in the following struct */
182
181
 
202
201
};
203
202
 
204
203
extern struct st_my_thread_var *_my_thread_var(void);
205
 
extern uint32_t my_thread_end_wait_time;
206
204
#define my_thread_var (_my_thread_var())
207
205
/*
208
206
  Keep track of shutdown,signal, and main threads so that my_end() will not