Home
last modified time | relevance | path

Searched defs:wasInterrupted (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractFuture.java159 protected final boolean wasInterrupted() { in wasInterrupted() method in AbstractFuture
333 boolean wasInterrupted() { in wasInterrupted() method in AbstractFuture.Sync
/external/lzma/C/
DMtDec.c200 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_GetError_Spec()
210 …rror_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_Progress_GetError_Spec()
274 BoolInt wasInterrupted, isAllocError, overflow, finish; in ThreadFunc2() local
DMtDec.h158 BoolInt wasInterrupted; member