'\" t .\" Title: __unqueue_futex .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Futex API reference .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "__UNQUEUE_FUTEX" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Futex API reference" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" __unqueue_futex \- Remove the futex_q from its futex_hash_bucket .SH "SYNOPSIS" .HP \w'void\ __unqueue_futex('u .BI "void __unqueue_futex(struct\ futex_q\ *\ " "q" ");" .SH "ARGUMENTS" .PP \fIq\fR .RS 4 The futex_q to unqueue .RE .SH "DESCRIPTION" .PP The q\->lock_ptr must not be NULL and must be held by the caller\&. .SH "AUTHOR" .PP \fBRusty Russell\fR <\&rusty@rustcorp.com.au\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br