~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

merge mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
#endif
88
88
#endif
89
89
 
90
 
#define HAVE_PTHREAD_KILL
91
 
 
92
90
#if !defined(HAVE_PTHREAD_YIELD_ONE_ARG) && !defined(HAVE_PTHREAD_YIELD_ZERO_ARG)
93
91
/* no pthread_yield() available */
94
92
#ifdef HAVE_SCHED_YIELD