We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d072b commit ca58778Copy full SHA for ca58778
source/threads.tex
@@ -888,8 +888,7 @@
888
data between execution agents~(\ref{thread.req.lockable}).
889
An execution agent \term{owns} a mutex from the time it successfully calls one of the
890
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
+grant simultaneous ownership to one or many execution agents. Both
893
recursive and non-recursive mutexes are supplied.
894
895
\rSec3[thread.mutex.requirements.mutex]{Mutex types}
0 commit comments