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);
106
106
bool thr_abort_locks_for_thread(THR_LOCK *lock, my_thread_id thread);