API Reference > OdApc Classes > OdApcDataReadWriteDispatcher Class > OdApcDataReadWriteDispatcher Methods > OdApcDataReadWriteDispatcher::lockFromInside Method
OdApcDataReadWriteDispatcher::lockFromInside Method
Syntax
C++
virtual void lockFromInside() = 0;

Locks the entrance while being in read state.

To unlock protected area, the calling thread may either call unlock() or unlockFromInside() to stay in read state.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.