Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
futex_unqueue_pi
kernel/futex/futex.h
338
extern void futex_unqueue_pi(struct futex_q *q);
kernel/futex/pi.c
1102
futex_unqueue_pi(&q);
kernel/futex/requeue.c
890
futex_unqueue_pi(&q);