futex.2: Add more references to SEE ALSO

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 15:19:51 +01:00
parent 79d918c7af
commit 0483b6cce7
1 changed files with 9 additions and 2 deletions

View File

@ -1108,9 +1108,11 @@ read the sources of the futex user-space library referenced below.
.BR futex (7)
.PP
The kernel source files
.IR Documentation/pi-futex.txt
.IR Documentation/pi-futex.txt ,
.IR Documentation/futex-requeue-pi.txt ,
.IR Documentation/locking/rt-mutex.txt ,
and
.IR Documentation/futex-requeue-pi.txt .
.IR Documentation/locking/rt-mutex-design.txt .
.PP
\fIFuss, Futexes and Furwocks: Fast Userlevel Locking in Linux\fP
(proceedings of the Ottawa Linux Symposium 2002), online at
@ -1118,6 +1120,11 @@ and
.UR http://kernel.org\:/doc\:/ols\:/2002\:/ols2002-pages-479-495.pdf
.UE
\fIRequeue-PI: Making Glibc Condvars PI-Aware\fP
(2009 Real-Time Linux Workshop)
.UR http://lwn.net/images/conf/rtlws11/papers/proc/p10.pdf
.UE
\fIFutexes Are Tricky\fP (updated in 2011), Ulrich Drepper
.UR http://www.akkadia.org/drepper/futex.pdf
.UE