A mutex + support info; padded to cacheline size, one per stripe

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

class StripedUnorderedContainerImpl_LockElement;

Member Functions

Name

Description

StripedUnorderedContainerImpl_LockElement [constructor]

Create an empty StripedUnorderedContainerImpl_LockElement object.

lockR

Read lock the lock element.

lockW

Write lock the lock element.

unlockR

Read unlock the lock element.

unlockW

Write unlock the lock element.

Created with MrDocs