~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_mutex.c

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
}
92
92
 
93
93
 
94
 
int safe_mutex_lock(safe_mutex_t *mp, my_bool try_lock, const char *file, uint line)
 
94
int safe_mutex_lock(safe_mutex_t *mp, bool try_lock, const char *file, uint line)
95
95
{
96
96
  int error;
97
97
  if (!mp->file)