Searched refs:notifyAllImpl (Results 1 – 4 of 4) sorted by relevance
25 void notifyAllImpl(HybridMutex &M) REQUIRES(M);
26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl() function
24 void ConditionVariableLinux::notifyAllImpl(UNUSED HybridMutex &M) { in notifyAllImpl() function in scudo::ConditionVariableLinux
33 getDerived()->notifyAllImpl(M); in notifyAll()