| enum P6R::P6RWLOCKMODE |
Defines the lock mode for a readers/writer stack lock.
| Enumerator | |
|---|---|
| P6READ_LOCK |
Used to specify that the P6StackRWLock should perform a read lock operation. |
| P6WRITE_LOCK |
Used to specify that the P6StackRWLock should perform a write lock operation. |