Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DInterruptible.kt58 private const val INTERRUPTED = 3 constant
104 INTERRUPTING, INTERRUPTED -> return in setup()
126 INTERRUPTED -> { in clearInterrupt()
144 _state.value = INTERRUPTED in invoke()
149 FINISHED, INTERRUPTING, INTERRUPTED -> return in invoke()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureBenchmarks.java270 static final int INTERRUPTED = 8; field in AbstractFutureBenchmarks.OldAbstractFuture.Sync
339 case INTERRUPTED: in getValue()
349 return (getState() & (COMPLETED | CANCELLED | INTERRUPTED)) != 0; in isDone()
354 return (getState() & (CANCELLED | INTERRUPTED)) != 0; in isCancelled()
359 return getState() == INTERRUPTED; in wasInterrupted()
374 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED); in cancel()
395 ((finalState & (CANCELLED | INTERRUPTED)) != 0) in complete()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureBenchmarks.java270 static final int INTERRUPTED = 8; field in AbstractFutureBenchmarks.OldAbstractFuture.Sync
339 case INTERRUPTED: in getValue()
349 return (getState() & (COMPLETED | CANCELLED | INTERRUPTED)) != 0; in isDone()
354 return (getState() & (CANCELLED | INTERRUPTED)) != 0; in isCancelled()
359 return getState() == INTERRUPTED; in wasInterrupted()
374 return complete(null, null, interrupt ? INTERRUPTED : CANCELLED); in cancel()
395 ((finalState & (CANCELLED | INTERRUPTED)) != 0) in complete()
/external/pigweed/pw_watch/py/pw_watch/
Ddebounce.py53 INTERRUPTED = 4 #- Transistions to: RERUN variable in State
108 self._transition(State.INTERRUPTED)
111 elif self.state == State.INTERRUPTED:
151 elif self.state == State.INTERRUPTED:
/external/adhd/cras/client/cras_tests/src/
Daudio.rs60 static INTERRUPTED: AtomicBool = AtomicBool::new(false); constant
65 if INTERRUPTED.load(Ordering::Acquire) { in sigint_handler()
68 INTERRUPTED.store(true, Ordering::Release); in sigint_handler()
224 while !INTERRUPTED.load(Ordering::Acquire) { in playback()
409 while !INTERRUPTED.load(Ordering::Acquire) { in capture()
/external/python/cpython3/Lib/test/libregrtest/
Druntest.py25 INTERRUPTED = -4 variable
36 INTERRUPTED: '%s interrupted',
289 return INTERRUPTED
Dmain.py17 INTERRUPTED, CHILD_ERROR, TEST_DID_NOT_RUN, TIMEOUT,
105 if ok not in (CHILD_ERROR, INTERRUPTED) and not rerun:
122 elif ok == INTERRUPTED:
129 if rerun and ok not in {FAILED, CHILD_ERROR, INTERRUPTED}:
322 if result.result == INTERRUPTED:
423 if result.result == INTERRUPTED:
Druntest_mp.py16 runtest, INTERRUPTED, CHILD_ERROR, PROGRESS_MIN_TIME,
39 if result.result == INTERRUPTED:
/external/exoplayer/tree/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/
DCastUtils.java72 case CastStatusCodes.INTERRUPTED: in getLogString()
/external/python/cpython2/Lib/test/
Dregrtest.py242 INTERRUPTED = -4 variable
301 INTERRUPTED: '%s interrupted',
537 result = INTERRUPTED, e.__class__.__name__
634 if ok not in (CHILD_ERROR, INTERRUPTED):
647 elif ok != INTERRUPTED:
833 if (ok not in (CHILD_ERROR, INTERRUPTED)
849 if result[0] == INTERRUPTED:
/external/arm-trusted-firmware/docs/components/
Dfirmware-update.rst125 - INTERRUPTED: This is the state of a secure, executable image after it has
323 if (normal world caller and no INTERRUPTED secure image) return -EPERM
326 image in the EXECUTED/INTERRUPTED state.
330 image state to INTERRUPTED. In either case, BL1 saves the calling world's
/external/perfetto/infra/ci/frontend/static/
Dstyle.css268 .main-table tbody td.job .INTERRUPTED {
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md193 "INTERRUPTED"
/external/strace/
DChangeLog-CVS1300 New comment about INTERRUPTED in the nonthreaded case.
1301 [LINUX] (startup_attach): Check INTERRUPTED after each attached thread.