Defined in header file: hzLock.h
Note this is for simplification of arguments within collection class templates only
Enum definition:
enum hzLockOpt
{
| HZ_NOLOCK | No locking in use | ||
| HZ_ATOMIC | Atomic locks no contention reporting | ||
| HZ_MUTEX | Atomic locks with contention reporting |
} ;