Searched defs:servingMutex (Results 1 – 2 of 2) sorted by relevance
72 auto servingMutex = new Mutex; variable90 synchronized (servingMutex) { in synchronized() argument
143 auto servingMutex = new Mutex; in main() local207 this(Mutex servingMutex, Condition servingCondition) { in this()