End read operation on the PReadWriteMutex. This will execute the EndRead() function on the PReadWriteMutex that was used in the construction of this instance. Definition at line 2557 of file osutils.cxx. References PReadWriteMutex::EndRead(). { mutex.EndRead(); }
|