Defined in header file: hzLock.h

Note this is for simplification of arguments within collection class templates only

Enum definition:

enum    hzLockOpt
{

HZ_NOLOCKNo locking in use
HZ_ATOMICAtomic locks no contention reporting
HZ_MUTEXAtomic locks with contention reporting

} ;