#include <thr_lock.h>
Collaboration diagram for st_thr_lock_data:

Public Attributes | |
| THR_LOCK_OWNER * | owner |
| st_thr_lock_data * | next |
| st_thr_lock_data ** | prev |
| st_thr_lock * | lock |
| pthread_cond_t * | cond |
| enum thr_lock_type | type |
| void * | status_param |
| void * | debug_print_param |
Definition at line 98 of file thr_lock.h.
| pthread_cond_t* st_thr_lock_data::cond |
Definition at line 102 of file thr_lock.h.
Definition at line 105 of file thr_lock.h.
| struct st_thr_lock* st_thr_lock_data::lock |
Definition at line 101 of file thr_lock.h.
Referenced by mysql_lock_abort(), and mysql_lock_abort_for_thread().
Definition at line 100 of file thr_lock.h.
Definition at line 99 of file thr_lock.h.
| struct st_thr_lock_data ** st_thr_lock_data::prev |
Definition at line 100 of file thr_lock.h.
Definition at line 104 of file thr_lock.h.
Definition at line 103 of file thr_lock.h.
Referenced by mysql_unlock_read_tables(), ha_example::store_lock(), ha_tina::store_lock(), and ha_archive::store_lock().
1.4.7

