~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_lock.h

  • Committer: Brian Aker
  • Date: 2009-05-12 03:22:59 UTC
  • mfrom: (1008.1.1 merge)
  • Revision ID: brian@gaz-20090512032259-koqm71phusfj5ntd
Merging Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
void thr_multi_unlock(THR_LOCK_DATA **data,uint32_t count);
113
113
void thr_abort_locks(THR_LOCK *lock, bool upgrade_lock);
114
114
bool thr_abort_locks_for_thread(THR_LOCK *lock, my_thread_id thread);
115
 
bool thr_upgrade_write_delay_lock(THR_LOCK_DATA *data);
116
 
void    thr_downgrade_write_lock(THR_LOCK_DATA *data,
117
 
                                 enum thr_lock_type new_lock_type);
118
 
bool thr_reschedule_write_lock(THR_LOCK_DATA *data);
119
115
#ifdef  __cplusplus
120
116
}
121
117
#endif