Skip to content

Commit ca58778

Browse files
committed
JP 11: [thread.mutex.requirements.general] Remove outdated sentence.
This sentence directly contradicts several other portions of the standard, and does not reflect the intended meaning.
1 parent b6d072b commit ca58778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/threads.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,8 +888,7 @@
888888
data between execution agents~(\ref{thread.req.lockable}).
889889
An execution agent \term{owns} a mutex from the time it successfully calls one of the
890890
lock functions until it calls unlock. Mutexes can be either recursive or non-recursive, and can
891-
grant simultaneous ownership to one or many execution agents. The mutex types supplied by the standard
892-
library provide exclusive ownership semantics: only one thread may own the mutex at a time. Both
891+
grant simultaneous ownership to one or many execution agents. Both
893892
recursive and non-recursive mutexes are supplied.
894893

895894
\rSec3[thread.mutex.requirements.mutex]{Mutex types}

0 commit comments

Comments
 (0)