From Jason Turner

[thread.mutex.requirements.general]

Diff to HTML by rtfpessoa

tmp/tmpdkhl7v1j/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### In general <a id="thread.mutex.requirements.general">[[thread.mutex.requirements.general]]</a>
2
 
3
  A mutex object facilitates protection against data races and allows safe
4
  synchronization of data between execution agents
5
  [[thread.req.lockable]]. An execution agent *owns* a mutex from the time
6
  it successfully calls one of the lock functions until it calls unlock.
 
1
+ #### General <a id="thread.mutex.requirements.general">[[thread.mutex.requirements.general]]</a>
2
 
3
  A mutex object facilitates protection against data races and allows safe
4
  synchronization of data between execution agents
5
  [[thread.req.lockable]]. An execution agent *owns* a mutex from the time
6
  it successfully calls one of the lock functions until it calls unlock.