~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2008-10-29 13:46:43 UTC
  • Revision ID: brian@tangent.org-20081029134643-z6jcwjvyruhk2vlu
Updates for ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define _my_pthread_h
20
20
 
21
21
#include <stdint.h>
22
 
#include <stdbool.h>
23
22
#include <unistd.h>
24
23
 
25
24
#ifndef ETIME
411
410
  void *opt_info;
412
411
};
413
412
 
414
 
extern struct st_my_thread_var *_my_thread_var(void);
 
413
extern struct st_my_thread_var *_my_thread_var(void) __attribute__ ((const));
415
414
extern uint32_t my_thread_end_wait_time;
416
415
#define my_thread_var (_my_thread_var())
417
416
/*