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 3fab95c commit 631dfc5Copy full SHA for 631dfc5
threads.tex
@@ -929,7 +929,8 @@
929
to synchronize access to many small sections, significant amount of time might
930
be spent in the overhead of calling functions implementing the locking. It is
931
therefore desired to search for a compromise. (Or use an algorithm that does
932
-not require locks at all).
+not require locks at all - such algorithms/techniques are called \emph{lock
933
+free} or \emph{lockless}).
934
\item \hlabel{MUTEX_RACE} Examples: \example{mutexes/race.c},
935
\example{mutexes/race-fixed.c}
936
\item Mutexes can be shared between processes so that their threads will
unix_dict.txt
@@ -379,3 +379,4 @@ tickless
379
ViM
380
IMproved
381
TOCTOU
382
+lockless
0 commit comments