Searched refs:FUTEX_UNLOCK_PI (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | futex.h | 17 #define FUTEX_UNLOCK_PI 7 macro 34 #define FUTEX_UNLOCK_PI_PRIVATE (FUTEX_UNLOCK_PI | FUTEX_PRIVATE_FLAG)
|
/linux-4.4.14/tools/perf/bench/ |
D | futex.h | 75 return futex(uaddr, FUTEX_UNLOCK_PI, 0, NULL, NULL, 0, opflags); in futex_unlock_pi()
|
/linux-4.4.14/tools/testing/selftests/futex/include/ |
D | futextest.h | 137 return futex(uaddr, FUTEX_UNLOCK_PI, 0, NULL, NULL, 0, opflags); in futex_unlock_pi()
|
/linux-4.4.14/Documentation/ |
D | pi-futex.txt | 87 FUTEX_UNLOCK_PI 108 then FUTEX_UNLOCK_PI is called, and the kernel unlocks the futex on the
|
/linux-4.4.14/kernel/ |
D | futex.c | 3079 case FUTEX_UNLOCK_PI: in do_futex() 3104 case FUTEX_UNLOCK_PI: in do_futex()
|