Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dsemaphore.d372 shared bool stopConsumption = false; in testWait() local
384 if (atomicLoad(stopConsumption)) in testWait()
403 atomicStore(stopConsumption, true); in testWait()