~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_pthread.h

  • Committer: Brian Aker
  • Date: 2009-02-27 21:25:33 UTC
  • Revision ID: brian@tangent.org-20090227212533-8itm926dr72bp227
All platforms carry this now.

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