HomeSort by relevance Sort by last modified time
    Searched full:interrupted (Results 1 - 25 of 2051) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/
signal.go 13 // interrupted is closed, if go process is interrupted.
14 var interrupted = make(chan struct{}) var
22 close(interrupted)
  /prebuilts/go/linux-x86/src/cmd/go/
signal.go 13 // interrupted is closed, if go process is interrupted.
14 var interrupted = make(chan struct{}) var
22 close(interrupted)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
intrcheck.c 81 int interrupted = 0; local
84 interrupted = 1;
86 return interrupted;
104 static int interrupted; variable
109 interrupted = 1;
126 switch (interrupted++) {
137 interrupted = 0;
163 if (!interrupted)
165 interrupted = 0;
  /external/python/cpython2/Parser/
intrcheck.c 81 int interrupted = 0; local
84 interrupted = 1;
86 return interrupted;
104 static int interrupted; variable
109 interrupted = 1;
126 switch (interrupted++) {
137 interrupted = 0;
163 if (!interrupted)
165 interrupted = 0;
  /external/guava/guava/src/com/google/common/util/concurrent/
Uninterruptibles.java 35 * In all cases, if a thread is interrupted during such a call, the call
53 boolean interrupted = false;
60 interrupted = true;
64 if (interrupted) {
77 boolean interrupted = false;
87 interrupted = true;
92 if (interrupted) {
102 boolean interrupted = false;
109 interrupted = true;
113 if (interrupted) {
    [all...]
  /external/valgrind/memcheck/tests/
post-syscall.c 10 due to being interrupted. nanosleep is used here, because it
12 because they successfully complete if interrupted by SIGCHLD.
32 fprintf(stderr, "FAILED: expected nanosleep to be interrupted\n");
  /external/libxml2/result/
comment5.xml 3 some text - interrupted -
comment5.xml.rde 2 some text - interrupted -
comment5.xml.rdr 2 some text - interrupted -
comment5.xml.sax 4 some text - interrupted -
comment5.xml.sax2 4 some text - interrupted -
  /external/libxml2/result/noent/
comment5.xml 3 some text - interrupted -
  /external/libxml2/test/
comment5.xml 3 some text - interrupted -
  /external/strace/tests/
restart_syscall.test 3 # Check how "resuming interrupted nanosleep" works.
  /external/strace/tests-m32/
restart_syscall.test 3 # Check how "resuming interrupted nanosleep" works.
  /external/strace/tests-mx32/
restart_syscall.test 3 # Check how "resuming interrupted nanosleep" works.
  /external/junit/src/main/java/org/junit/runners/model/
TestTimedOutException.java 21 * @param timeout the amount of time passed before the test was interrupted
32 * Gets the time passed before the test was interrupted
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
3-1.c 11 * the sleep was not interrupted.
57 perror("nanosleep() interrupted\n");
60 //Sleep not interrupted
  /libcore/ojluni/src/main/java/java/lang/
InterruptedException.java 30 * and the thread is interrupted, either before or during the activity.
32 * thread has been interrupted, and if so, to immediately throw
36 * if (Thread.interrupted()) // Clears interrupted status!
46 * @see java.lang.Thread#interrupted()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrListenerService.java 77 Log.e(TAG, "Service thread interrupted: " + e);
88 Log.e(TAG, "Service thread interrupted: " + e);
100 Log.e(TAG, "Service thread interrupted: " + e);
111 Log.e(TAG, "Service thread interrupted: " + e);
122 Log.e(TAG, "Service thread interrupted: " + e);
133 Log.e(TAG, "Service thread interrupted: " + e);
  /libcore/jsr166-tests/src/test/java/jsr166/
CountDownLatchTest.java 112 * await throws IE if interrupted before counted down
124 assertFalse(Thread.interrupted());
131 assertFalse(Thread.interrupted());
143 * timed await throws IE if interrupted before counted down
155 assertFalse(Thread.interrupted());
162 assertFalse(Thread.interrupted());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
assertions.xml 9 Unless nanosleep() is interrupted (as in 2) above), nanosleep() must always
23 nanosleep() returns -1 on failure or if interrupted
30 nanosleep() sets errno to EINTR if it is interrupted by a signal.
  /system/connectivity/wificond/tests/integration/
binder_dispatcher.h 39 // until interrupted by |InterruptDispatch|.
49 // Dispatch binder events for |timeout_millis| or until interrupted by
51 // Returns true if interrupted, false otherwise.
  /art/test/050-sync-test/
expected.txt 34 thread#0 interrupted, flag=false
  /device/google/marlin/
recovery.wipe.common 8 # correctly even if the wiping process gets interrupted by a force boot.

Completed in 2070 milliseconds

1 2 3 4 5 6 7 8 91011>>