HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 101 - 125 of 1207) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/fio/
workqueue.c 233 unsigned int shutdown, sum_cnt = 0; local
250 shutdown = 0;
259 shutdown++;
261 } while (shutdown && shutdown != wq->max_workers);
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
TestingExecutors.java 65 * returned to the caller (unless the executor has been shutdown).
73 * locking overhead on each task submission in order to implement shutdown
91 * Finally, a call to {@code shutdown} or {@code shutdownNow} may result
105 private volatile boolean shutdown; field in class:TestingExecutors.NoOpScheduledExecutorService
107 @Override public void shutdown() { method in class:TestingExecutors.NoOpScheduledExecutorService
108 shutdown = true;
112 shutdown(); method
117 return shutdown;
121 return shutdown;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTester.java 64 exec.shutdown();
ListenerCallQueueTest.java 93 service.shutdown();
119 service.shutdown();
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
FileOutput.java 62 public void shutdown() throws IOException { method in class:FileOutput
TcpClientOutput.java 66 public void shutdown() throws Exception { method in class:TcpClientOutput
TcpServerOutput.java 79 public void shutdown() throws Exception { method in class:TcpServerOutput
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
FileOutputTest.java 58 controller.shutdown();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
URLStreamHandlerRuntime.java 63 public void shutdown() { method in class:URLStreamHandlerRuntime
  /external/libevent/
iocp-internal.h 83 short shutdown; member in struct:event_iocp_port
84 /** How often the threads on this port check for shutdown and other
  /external/mockito/src/test/java/org/mockitousage/bugs/
ShouldNotDeadlockAnswerExecutionTest.java 39 threads.shutdown();
66 threads.shutdown();
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service_base.hpp 161 asio::error_code shutdown(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
164 socket_ops::shutdown(impl.socket_, what, ec);
  /external/python/cpython2/Lib/multiprocessing/dummy/
__init__.py 146 def shutdown(): function
  /external/python/cpython3/Lib/multiprocessing/dummy/
__init__.py 112 def shutdown(): function
  /external/python/futures/concurrent/futures/
process.py 58 # ProcessPoolExecutor's process pool (i.e. shutdown() was not called). However,
60 # - The workers would still be running during interpretor shutdown,
118 shutdown: A multiprocessing.Event that will be set as a signal to the
224 # - The executor that owns this worker has been shutdown.
226 # Since no new work items can be added, it is safe to shutdown
295 # Shutdown is a two-step process.
331 raise RuntimeError('cannot schedule new futures after shutdown')
347 def shutdown(self, wait=True): member in class:ProcessPoolExecutor
361 shutdown.__doc__ = _base.Executor.shutdown.__doc_
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CommonIntentsFacade.java 52 public void shutdown() { method in class:CommonIntentsFacade
DisplayFacade.java 100 public void shutdown() { method in class:DisplayFacade
LocationFacade.java 122 public void shutdown() { method in class:LocationFacade
PreferencesFacade.java 108 public void shutdown() { method in class:PreferencesFacade
VpnFacade.java 109 public void shutdown() { method in class:VpnFacade
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothAvrcpFacade.java 106 public void shutdown() { method in class:BluetoothAvrcpFacade
BluetoothMapFacade.java 141 public void shutdown() { method in class:BluetoothMapFacade
BluetoothPanFacade.java 102 public void shutdown() { method in class:BluetoothPanFacade
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
CarrierConfigFacade.java 108 public void shutdown() { method in class:CarrierConfigFacade
SubscriptionManagerFacade.java 119 public void shutdown() { method in class:SubscriptionManagerFacade

Completed in 450 milliseconds

1 2 3 45 6 7 8 91011>>