Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dcondition_variable_linux.cpp24 void ConditionVariableLinux::notifyAllImpl(UNUSED HybridMutex &M) { in notifyAllImpl() function in scudo::ConditionVariableLinux
Dcondition_variable.h26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl() function