Searched refs:workerCondition (Results 1 – 2 of 2) sorted by relevance
1030 Condition workerCondition; variable1349 if (!isSingleTask) workerCondition.wait(); in wait()1354 if (!isSingleTask) workerCondition.notify(); in notify()1359 if (!isSingleTask) workerCondition.notifyAll(); in notifyAll()1453 workerCondition = new Condition(queueMutex); in this()
1127 Condition workerCondition; variable1446 if (!isSingleTask) workerCondition.wait(); in wait()1451 if (!isSingleTask) workerCondition.notify(); in notify()1456 if (!isSingleTask) workerCondition.notifyAll(); in notifyAll()1550 workerCondition = new Condition(queueMutex); in this()