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

  /external/grpc-grpc-java/core/src/main/java/io/grpc/
ConnectivityState.java 66 * because the application explicitly requested a shutdown or if a non-recoverable error has
71 SHUTDOWN
  /external/libhevc/encoder/
osal_select_engine.h 47 #define SHUTDOWN 2
  /external/grpc-grpc/src/cpp/thread_manager/
thread_manager.h 44 enum WorkStatus { WORK_FOUND, SHUTDOWN, TIMEOUT };
52 // neither SHUTDOWN nor TIMEOUT)
57 // If the return value is SHUTDOWN:,
79 // Mark the ThreadManager as shutdown and begin draining the work. This is a
81 // returns only once the shutdown is complete
82 virtual void Shutdown();
84 // Has Shutdown() been called
87 // A blocking call that returns only after the ThreadManager has shutdown and
  /bootable/recovery/recovery_ui/include/recovery_ui/
device.h 49 SHUTDOWN = 8,
  /external/grpc-grpc/include/grpcpp/impl/codegen/
completion_queue.h 22 /// There is also a \a Shutdown method to indicate that a given completion queue
28 /// completion queues, or to call these methods concurrently with a \a Shutdown
114 /// Tri-state return for AsyncNext: SHUTDOWN, GOT_EVENT, TIMEOUT.
116 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained
135 /// been started. If it is false, the server has been Shutdown
173 GPR_CLOCK_REALTIME)) != SHUTDOWN);
176 /// Read from the queue, blocking up to \a deadline (or the queue's shutdown).
195 /// \a deadline (or the queue's shutdown).
217 /// Request the shutdown of the queue
    [all...]
  /external/toybox/toys/pending/
init.c 41 #define SHUTDOWN 0x40
129 "shutdown\0restart\0";
306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) {
309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid);
324 run_action_from_list(SHUTDOWN);
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
ChannelConnectivityState.java 114 * <code>SHUTDOWN = 5;</code>
116 SHUTDOWN(5),
141 * <code>SHUTDOWN = 5;</code>
169 case 5: return SHUTDOWN;
  /external/python/cpython2/Lib/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /external/grpc-grpc/src/python/grpcio/grpc/
__init__.py 201 SHUTDOWN: The channel has seen a failure from which it cannot recover.
208 SHUTDOWN = (_cygrpc.ConnectivityState.shutdown, 'shutdown')
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 132 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
346 util.debug('manager received shutdown message')
458 SHUTDOWN = 2
499 elif self._state.value == State.SHUTDOWN:
523 elif self._state.value == State.SHUTDOWN:
552 self.shutdown = util.Finalize(
626 elif self._state.value == State.SHUTDOWN:
634 self.shutdown()
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 152 SHUTDOWN,
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 943 milliseconds