futex.2: ERRORS: add ESRCH case for FUTEX_CMP_REQUEUE_PI

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-15 08:27:19 +01:00
parent 2ed261994a
commit 360f773c2b
1 changed files with 8 additions and 0 deletions

View File

@ -1158,6 +1158,14 @@ does not exist.
.\" futex_requeue() ==> futex_proxy_trylock_atomic() ==>
.\" futex_lock_pi_atomic() ==> attach_to_pi_owner() ==> ESRCH?
.TP
.BR ESRCH
.RB ( FUTEX_CMP_REQUEUE_PI )
.\" FIXME I reworded the following sentence a bit differently from
.\" tglx's formulation. Is it okay?
The thread ID in the futex at
.I uaddr2
does not exist.
.TP
.B ETIMEDOUT
The operation in
.IR futex_op