Scroll to navigation

MATCH_FUTEX(9) Futex API reference MATCH_FUTEX(9)

NAME

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@rustcorp.com.au>
Author.

COPYRIGHT

May 2018 Kernel Hackers Manual 4.9.