Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_base.h23 boundMutex = &Mutex; in bindTestOnly()
31 CHECK_EQ(&M, boundMutex); in notifyAll()
38 CHECK_EQ(&M, boundMutex); in wait()
50 HybridMutex *boundMutex = nullptr; variable