Shared access lock
A standard Read-Write lock. Supports multiple readers or a single writer.
The state of the lock, as returned by state.
Acquire an exclusive access lock
Acquire a shared access lock
Release a previously acquired exclusive access lock
Release a previously acquired shared access lock
Return the current state of the lock.
See Implementation
Shared access lock
A standard Read-Write lock. Supports multiple readers or a single writer.