HomeSort by relevance Sort by last modified time
    Searched defs:termination (Results 1 - 9 of 9) sorted by null

  /external/openssh/
loginrec.h 73 int termination; /* process termination status */ member in struct:logininfo
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 153 * <p>This method waits 120 seconds before continuing with JVM termination,
174 * <p>This method waits 120 seconds before continuing with JVM termination,
202 * and termination behavior.
237 private final Condition termination = lock.newCondition(); field in class:MoreExecutors.SameThreadExecutorService
308 nanos = termination.awaitNanos(nanos);
343 termination.signalAll();
  /external/dropbear/
loginrec.h 138 int termination; /* process termination status */ member in struct:logininfo
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 388 * abrupt termination of a thread (see processWorkerExit). Other
432 private final Condition termination = mainLock.newCondition(); field in class:ThreadPoolExecutor
441 * Counter for completed tasks. Updated only on termination of
522 * termination. Other uses of interruptIdleWorkers are advisory,
627 * termination possible -- reducing worker count or removing tasks
651 termination.signalAll();
711 * termination or configuration changes. Ignores
716 * called only from tryTerminate when termination is otherwise
722 * To guarantee eventual termination, it suffices to always
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 311 * termination variable defines what to do at the end of a cadence, the
350 IXJ_CADENCE_TERM termination; member in struct:__anon23206
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 311 * termination variable defines what to do at the end of a cadence, the
350 IXJ_CADENCE_TERM termination; member in struct:__anon24796
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 311 * termination variable defines what to do at the end of a cadence, the
350 IXJ_CADENCE_TERM termination; member in struct:__anon26308
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 241 milliseconds