~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:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1114.
  • Revision ID: brian@gaz-20090811030259-2uep5869vuos4xfn
Refactor/kill some dead lock code.

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
}