Searched defs:notifyAllImpl (Results 1 – 2 of 2) sorted by relevance
24 void ConditionVariableLinux::notifyAllImpl(UNUSED HybridMutex &M) { in notifyAllImpl() function in scudo::ConditionVariableLinux
26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl() function