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

  /external/guava/src/com/google/common/util/concurrent/
Executors.java 137 * <p>This method waits 120 seconds before continuing with JVM termination,
157 * <p>This method waits 120 seconds before continuing with JVM termination,
208 * and termination behavior.
240 private final Condition termination = lock.newCondition(); field in class:Executors.SameThreadExecutorService
311 nanos = termination.awaitNanos(nanos);
346 termination.signalAll();
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 300 unsigned _System LibMain(unsigned hmod, unsigned termination)
302 if (termination)
  /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...]
  /prebuilt/linux-x86/toolchain/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:__anon21069
  /external/dropbear/libtomcrypt/
crypt.tex 486 \subsection{Cipher Termination}
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 510 milliseconds