Searched refs:futex_lock_pi (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/Documentation/ |
D | futex-requeue-pi.txt | 107 futex_lock_pi(), with some extra logic to check for the additional
|
/linux-3.3/kernel/ |
D | futex.c | 1966 static int futex_lock_pi(u32 __user *uaddr, unsigned int flags, int detect, in futex_lock_pi() function 2665 ret = futex_lock_pi(uaddr, flags, val, timeout, 0); in do_futex() 2673 ret = futex_lock_pi(uaddr, flags, 0, timeout, 1); in do_futex()
|