Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d1721 shared bool shouldContinue = true; in amap() local
1730 atomicStore(shouldContinue, false); in amap()
1733 while (atomicLoad(shouldContinue)) in amap()
1739 atomicStore(shouldContinue, false); in amap()
3550 shared bool shouldContinue = true;
3559 atomicStore(shouldContinue, false);
3562 while (atomicLoad(shouldContinue))
3568 atomicStore(shouldContinue, false);
3606 shared bool shouldContinue = true;
3641 atomicStore(shouldContinue, false);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d1818 shared bool shouldContinue = true; in amap() local
1827 atomicStore(shouldContinue, false); in amap()
1830 while (atomicLoad(shouldContinue)) in amap()
1836 atomicStore(shouldContinue, false); in amap()
3843 shared bool shouldContinue = true;
3852 atomicStore(shouldContinue, false);
3855 while (atomicLoad(shouldContinue))
3861 atomicStore(shouldContinue, false);
3899 shared bool shouldContinue = true;
3934 atomicStore(shouldContinue, false);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5311 bool shouldContinue = false; in readASTFileControlBlock() local
5325 shouldContinue = Listener.visitInputFile( in readASTFileControlBlock()
5329 if (!shouldContinue) in readASTFileControlBlock()