• Rusty Russell's avatar
    [PATCH] Async Futex · 5dd9895a
    Rusty Russell authored
    This patch adds a FUTEX_FD call, for opening a file descriptor
    attached to a futex, which can be used with poll, select or SIGIO.
    Rewritten so that closing fd unpins page, as per Linus's suggestion,
    and fixed not to call poll_wait with a spinlock as per Martin Wirth's
    sharp eyes.
    5dd9895a
futex.c 9.73 KB