Home
last modified time | relevance | path

Searched defs:notifyAllImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_linux.cpp24 void ConditionVariableLinux::notifyAllImpl(UNUSED HybridMutex &M) { in notifyAllImpl() function in scudo::ConditionVariableLinux
H A Dcondition_variable.h26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl() function