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 6d9e8c6 commit 4bfec37Copy full SHA for 4bfec37
source/threads.tex
@@ -1430,7 +1430,7 @@
1430
\throws Nothing.
1431
\end{itemdescr}
1432
1433
-\rSec4[thread.sharedmutex.class]{Class shared_mutex}
+\rSec4[thread.sharedmutex.class]{Class \tcode{shared_mutex}}
1434
1435
\indexlibrary{\idxcode{shared_mutex}}%
1436
\begin{codeblock}
@@ -1444,12 +1444,12 @@
1444
shared_mutex& operator=(const shared_mutex&) = delete;
1445
1446
// Exclusive ownership
1447
- void lock(); // blocking
+ void lock(); // blocking
1448
bool try_lock();
1449
void unlock();
1450
1451
// Shared ownership
1452
- void lock_shared(); // blocking
+ void lock_shared(); // blocking
1453
bool try_lock_shared();
1454
void unlock_shared();
1455
0 commit comments