Public Member Functions | |
void | abort_locks () |
bool | abort_locks_for_thread (uint64_t thread) |
void | lock () |
void | unlock () |
boost::mutex * | native_handle () |
Public Attributes | |
struct st_lock_list | read_wait |
struct st_lock_list | read |
struct st_lock_list | write_wait |
struct st_lock_list | write |
uint32_t | write_lock_count |
uint32_t | read_no_write_count |
Private Attributes | |
boost::mutex | mutex |
Definition at line 148 of file thr_lock.h.