You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt><ahref="http://web.mit.edu/6.173/www/currentsemester/readings/R06-scalable-synchronization-1991.pdf">Algorithms for Scalable Synchronization on Shared-Memory Multiprocessors</a></dt>
7
+
<dd>John M. Mellor-Crummey and Michael L. Scott</dd>
8
+
</dl>
9
9
10
-
-[References](#references)
10
+
this simple variation bails out of simple spinning to `std::atomic_wait` and
-[Algorithms for Scalable Synchronization on Shared-Memory Multiprocessors](http://web.mit.edu/6.173/www/currentsemester/readings/R06-scalable-synchronization-1991.pdf)
13
+
See [`synopsis.hpp`](provides/include/mcs_v1/synopsis.hpp) for the API.
0 commit comments