~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/thr_lock.h

  • Committer: lbieber at stabletransit
  • Date: 2010-10-19 14:03:27 UTC
  • mfrom: (1861.1.2 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101019140327-2jvt5j2wi4pzhm1z
Merge Brian - Small collection of cleanups/refactor'ing around locks
Merge Monty - fix a few things in the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
 
188
188
 
189
189
#define thr_lock_owner_init(owner, info_arg) (owner)->info= (info_arg)
190
 
void thr_lock_info_init(THR_LOCK_INFO *info);
191
190
void thr_lock_init(THR_LOCK *lock);
192
191
enum enum_thr_lock_result thr_multi_lock(THR_LOCK_DATA **data,
193
192
                                         uint32_t count, THR_LOCK_OWNER *owner);
194
 
void thr_multi_unlock(THR_LOCK_DATA **data,uint32_t count);
195
193
 
196
194
} /* namespace drizzled */
197
195