futex_match
if (futex_match(&this->key, key))
if (!futex_match(top_waiter->requeue_pi_key, key2))
if (requeue_pi && futex_match(&key1, &key2))
if (!futex_match(&this->key, &key1))
if (!futex_match(this->requeue_pi_key, &key2)) {
if (futex_match (&this->key, &key)) {
if (futex_match(&this->key, &key1)) {
if (futex_match(&this->key, &key2)) {
if (key2 && futex_match(&q->key, key2)) {