match_futex (9) Linux Manual Page
match_futex – Check whether two futex keys are equal
Synopsis
int match_futex(union futex_key *key1, union futex_key *key2);
Arguments
key1
-
- Pointer to key1
key2
- Pointer to key2
Description
Return 1 if two futex_keys are equal, 0 otherwise.
Author
Rusty Russell <rusty [at] rustcorp.com.au>
- Author.
