futex_q_lock
extern void futex_q_lock(struct futex_q *q, struct futex_hash_bucket *hb);
futex_q_lock(&q, hb);
futex_q_lock(q, hb);