'\" t .\" Title: __unqueue_futex .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: Futex API reference .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "__UNQUEUE_FUTEX" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "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 \fIstruct futex_q * q\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