~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_lock.h

  • Committer: Brian Aker
  • Date: 2009-08-11 03:03:58 UTC
  • mfrom: (1113.1.2 merge)
  • Revision ID: brian@gaz-20090811030358-dn0mzaj7n94zrheg
lcov dead code removal (merge)

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
enum enum_thr_lock_result thr_multi_lock(THR_LOCK_DATA **data,
103
103
                                         uint32_t count, THR_LOCK_OWNER *owner);
104
104
void thr_multi_unlock(THR_LOCK_DATA **data,uint32_t count);
105
 
void thr_abort_locks(THR_LOCK *lock, bool upgrade_lock);
 
105
void thr_abort_locks(THR_LOCK *lock);
106
106
bool thr_abort_locks_for_thread(THR_LOCK *lock, my_thread_id thread);
107
107
#ifdef  __cplusplus
108
108
}