Zero  0.1.0
Classes | Variables
lock_x.h File Reference
#include "w_defines.h"

Go to the source code of this file.

Classes

class  xct_lock_entry_t
 A lock entry in transaction's private memory. More...
 
class  XctLockHashMap
 A hashmap for lock entries in transaction's private memory. More...
 
class  xct_lock_info_t
 Locking-related status of one transaction. More...
 

Variables

const int XCT_LOCK_HASHMAP_SIZE = 1023
 

Variable Documentation

§ XCT_LOCK_HASHMAP_SIZE

const int XCT_LOCK_HASHMAP_SIZE = 1023

Bucket count in XctLockHashMap (private lock entry hashmap).

See also
XctLockHashMap