Home
last modified time | relevance | path

Searched refs:qmtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A DCndVar.cpp33 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()
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A DCndVar.h34 RawMutex qmtx; variable
39 RawMutex::init(&cv->qmtx); in init()