Scroll to navigation

__UNQUEUE_FUTEX(9) Futex API reference __UNQUEUE_FUTEX(9)

NAME

__unqueue_futex - Remove the futex_q from its futex_hash_bucket

SYNOPSIS

void __unqueue_futex(struct futex_q * q);

ARGUMENTS

struct futex_q * 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 <rusty@rustcorp.com.au>
Author.

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12