Public Member Functions | |
| void | init (THR_LOCK *, void *status_param=NULL) |
Public Attributes | |
| THR_LOCK_OWNER * | owner |
| struct THR_LOCK_DATA * | next |
| struct THR_LOCK_DATA ** | prev |
| struct THR_LOCK * | lock |
| boost::condition_variable_any * | cond |
| enum thr_lock_type | type |
| void * | status_param |
Definition at line 116 of file thr_lock.h.