Skip to content

Commit 631dfc5

Browse files
committed
mention lockless
1 parent 3fab95c commit 631dfc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

threads.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,8 @@
929929
to synchronize access to many small sections, significant amount of time might
930930
be spent in the overhead of calling functions implementing the locking. It is
931931
therefore desired to search for a compromise. (Or use an algorithm that does
932-
not require locks at all).
932+
not require locks at all - such algorithms/techniques are called \emph{lock
933+
free} or \emph{lockless}).
933934
\item \hlabel{MUTEX_RACE} Examples: \example{mutexes/race.c},
934935
\example{mutexes/race-fixed.c}
935936
\item Mutexes can be shared between processes so that their threads will

unix_dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,4 @@ tickless
379379
ViM
380380
IMproved
381381
TOCTOU
382+
lockless

0 commit comments

Comments
 (0)