Home
last modified time | relevance | path

Searched refs:workerCondition (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d1030 Condition workerCondition; variable
1349 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()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d1127 Condition workerCondition; variable
1446 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()