Home
last modified time | relevance | path

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

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