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

The TimedMutex requirements extend the TimedLockable requirements to include inter-thread synchronization.

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 2093C++11timeout-related exceptions were missing in the specificationmentioned

# See also