hash_futex (9) Linux Manual Page
hash_futex – Return the hash bucket in the global hash
Synopsis
struct futex_hash_bucket *hash_futex(union futex_key *key);
Arguments
key
-
- Pointer to the futex key for which the hash is calculated
Description
We hash on the keys returned from get_futex_key (see below) and return the corresponding hash bucket in the global hash.
Author
Rusty Russell <rusty [at] rustcorp.com.au>
- Author.
