Class RecursiveReadWriteMutex¶
Defined in File recursive_read_write_mutex.h
Nested Relationships¶
Nested Types¶
Class Documentation¶
-
class RecursiveReadWriteMutex¶
a recursive read-write mutex.
Note that a write lock can be acquired if no other threads have a read lock.