~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_pthread.h

  • Committer: Olaf van der Spek
  • Date: 2011-04-19 14:20:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2289.
  • Revision ID: olafvdspek@gmail.com-20110419142027-83rl2ehw8ettmlsr
Prune & refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
#define ESRCH 1
108
108
#endif
109
109
 
110
 
extern bool my_thread_global_init(void);
111
 
DRIZZLED_API bool my_thread_init(void);
112
 
extern const char *my_thread_name(void);
 
110
extern void my_thread_global_init();
 
111
DRIZZLED_API void my_thread_init();
 
112
extern const char *my_thread_name();
113
113
 
114
114
/* All thread specific variables are in the following struct */
115
115