HomeSort by relevance Sort by last modified time
    Searched refs:interrupted (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
error_constants.h 77 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/mips/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 75 interrupted = EINTR, member in class:errc
  /external/openssh/
sftp.c 93 volatile sig_atomic_t interrupted = 0; variable
223 interrupted = 1;
550 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
629 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
739 for (n = 0; d[n] != NULL && !interrupted; n++) {
804 if (interrupted)
831 for (i = 0; g.gl_pathv[i] && !interrupted; i++, a = NULL) {
1337 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 323 boolean interrupted = false;
330 interrupted = true;
335 if (interrupted) {
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 250 boolean interrupted = false;
260 interrupted = true;
265 if (interrupted)
277 if (Thread.interrupted())
    [all...]
LinkedTransferQueue.java 292 * the current thread was interrupted or the wait timed out. On
322 * may arise due to timed out or interrupted waits, or calls to
    [all...]
SynchronousQueue.java 148 * by checking Thread.interrupted.
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 170 if (Thread.interrupted()) throw new InterruptedException();
199 if (false) Log.d(TAG, "start interrupted " + e);
CommandRecognizerEngine.java 200 if (Thread.interrupted()) throw new InterruptedException();
245 if (Thread.interrupted()) throw new InterruptedException();
254 if (Thread.interrupted()) throw new InterruptedException();
328 if (Thread.interrupted()) throw new InterruptedException();
    [all...]
  /external/strace/
strace.c 134 static volatile sig_atomic_t interrupted; variable
136 static volatile int interrupted; variable
457 if (interrupted)
484 /* INTERRUPTED is going to be checked at the top of TRACE. */
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 64 // notice that if a Producer is interrupted (a bug), the Producer will go into an infinite
205 // so when this drains all elements, we know the thread has also been interrupted in between
206 assertTrue(Thread.interrupted());
262 // wait for interrupted status and clear it
263 while (!Thread.interrupted()) { Thread.yield(); }
  /dalvik/vm/
Sync.cpp 68 * threads may be getting interrupted or notified at any given time.
606 * Otherwise, we set the "interrupted" flag.
697 * Handle the case where the thread was interrupted before we called
700 if (self->interrupted) {
724 if (self->interrupted) {
728 self->interrupted = false;
754 * We were interrupted while waiting, or somebody interrupted an
757 * The doc sayeth: "The interrupted status of the current thread is
760 self->interrupted = false
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketTest.java 53 boolean interrupted; field in class:DatagramSocketTest
558 interrupted = false;
566 interrupted = true;
586 if (interrupted) {
594 interrupted = false;
605 interrupted = true;
625 if (interrupted) {
626 fail("receive2 was interrupted");
633 interrupted = false;
640 interrupted = true
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketTest.java 56 boolean interrupted; field in class:OldDatagramSocketTest
    [all...]

Completed in 1522 milliseconds

12 3 4 5