#include <mutex.h>
List of all members.
A read/write lock allows concurrent read access to an object but requires exclusive access for write operations.