BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlcc::StripedUnorderedContainerImpl_LockElement Class Reference

#include <bdlcc_stripedunorderedcontainerimpl.h>

Detailed Description

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

See bdlcc_stripedunorderedcontainerimpl

Public Member Functions

 StripedUnorderedContainerImpl_LockElement ()
 
void lockR ()
 
void lockW ()
 
void unlockR ()
 
void unlockW ()
 

Constructor & Destructor Documentation

◆ StripedUnorderedContainerImpl_LockElement()

bdlcc::StripedUnorderedContainerImpl_LockElement::StripedUnorderedContainerImpl_LockElement ( )
inline

Member Function Documentation

◆ lockR()

void bdlcc::StripedUnorderedContainerImpl_LockElement::lockR ( )
inline

Read lock the lock element.

◆ lockW()

void bdlcc::StripedUnorderedContainerImpl_LockElement::lockW ( )
inline

Write lock the lock element.

◆ unlockR()

void bdlcc::StripedUnorderedContainerImpl_LockElement::unlockR ( )
inline

Read unlock the lock element.

◆ unlockW()

void bdlcc::StripedUnorderedContainerImpl_LockElement::unlockW ( )
inline

Write unlock the lock element.


The documentation for this class was generated from the following file: