128
128
void (*copy_status)(void*,void*);
129
129
void (*update_status)(void*); /* Before release of write */
130
130
void (*restore_status)(void*); /* Before release of read */
135
135
extern LIST *thr_lock_thread_list;
138
138
#define thr_lock_owner_init(owner, info_arg) (owner)->info= (info_arg)
139
139
void thr_lock_info_init(THR_LOCK_INFO *info);
140
140
void thr_lock_init(THR_LOCK *lock);