C++ named requirements: Mutex (since C++11)

The Mutex requirements extends the Lockable requirements to include inter-thread synchronization.

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 2309C++11lock might throw std::system_errorwith error code std::errc::device_or_resource_busynot allowed

# See also