match_futex (9) - Linux Manuals

match_futex: Check whether two futex keys are equal

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 [at] rustcorp.com.au>

Author.

COPYRIGHT