Searched refs:qmtx (Results 1 – 2 of 2) sorted by relevance
33 cpp::lock_guard ml(qmtx); in wait()70 qmtx.lock(); in notify_one()72 qmtx.unlock(); in notify_one()79 qmtx.reset(); in notify_one()83 FUTEX_SYSCALL_ID, &qmtx.get_raw_futex(), FUTEX_WAKE_OP, 1, 1, in notify_one()89 cpp::lock_guard ml(qmtx); in broadcast()
34 RawMutex qmtx; variable39 RawMutex::init(&cv->qmtx); in init()