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
319
extern void futex_unqueue_pi(struct futex_q *q);
kernel/futex/pi.c
1094
futex_unqueue_pi(&q);
kernel/futex/requeue.c
882
futex_unqueue_pi(&q);