~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 05:19:23 UTC
  • Revision ID: monty@inaugust.com-20081023051923-ll4w3wunzway74yf
Changed my_thread_id type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
#define ESRCH 1
378
378
#endif
379
379
 
380
 
typedef pthread_t my_thread_id;
 
380
typedef uint64_t my_thread_id;
381
381
 
382
382
extern bool my_thread_global_init(void);
383
383
extern void my_thread_global_end(void);