__unqueue_futex(9) Remove the futex_q from its futex_hash_bucket

SYNOPSIS

void __unqueue_futex(struct futex_q * q);

ARGUMENTS

q

The futex_q to unqueue

DESCRIPTION

The q->lock_ptr must not be NULL and must be held by the caller.

AUTHOR

Rusty Russell <[email protected]>

Author.

COPYRIGHT