Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dsemaphore.d373 immutable numToProduce = 20; in testWait() local
395 foreach (_; 0 .. numToProduce) in testWait()
399 while (atomicLoad(numConsumed) != numToProduce) in testWait()