HomeSort by relevance Sort by last modified time
    Searched refs:SHUTDOWN (Results 1 - 25 of 52) sorted by null

1 2 3

  /bootable/recovery/
device.h 65 SHUTDOWN = 8,
device.cpp 47 Device::SHUTDOWN,
recovery.cpp     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 126 * take effect in a timely manner, and a shutdown pool may remain in a
282 * has no remaining threads will be {@code shutdown} automatically. If
284 * if users forget to call {@link #shutdown}, then you must arrange
363 * SHUTDOWN: Don't accept new tasks, but process queued tasks
375 * RUNNING -> SHUTDOWN
376 * On invocation of shutdown(), perhaps implicitly in finalize()
377 * (RUNNING or SHUTDOWN) -> STOP
379 * SHUTDOWN -> TIDYING
389 * Detecting the transition from SHUTDOWN to TIDYING is less
391 * empty after non-empty and vice versa during SHUTDOWN state, bu
1402 public void shutdown() { method in class:ThreadPoolExecutor
1494 shutdown(); method
    [all...]
ForkJoinPool.java 322 * monotonically setting STARTED, SHUTDOWN, STOP, and finally
487 * Shutdown and Termination. A call to shutdownNow invokes
492 * so repeatedly until stable. Calls to non-abrupt shutdown()
501 * helpQuiescePool is called when shutdown is enabled. Both wait
3161 public void shutdown() { method in class:ForkJoinPool
    [all...]
  /device/google/muskie/
thermal-engine.conf 71 [SKIN-SHUTDOWN]
77 actions shutdown
  /frameworks/native/include/powermanager/
IPowerManager.h 51 SHUTDOWN = IBinder::FIRST_CALL_TRANSACTION + 19,
70 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) = 0;
  /external/syslinux/gpxe/src/include/
pcmcia.h 18 typedef enum interface_func_t { INIT, SHUTDOWN, MAPATTRMEM, UNMAPATTRMEM, SELECTCONFIG } interface_func_t;
  /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);
  /device/google/taimen/
thermal-engine.conf 75 actions shutdown
136 [SKIN-SHUTDOWN]
142 actions shutdown
  /frameworks/native/services/powermanager/
IPowerManager.cpp 119 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) function in class:android::BpPowerManager
126 return remote()->transact(SHUTDOWN, data, &reply, 0);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 239 SHUTDOWN,
385 if (ev->type == Event::SHUTDOWN) {
425 Event event(Event::SHUTDOWN);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 109 private static final int SHUTDOWN = 4;
170 mBluetoothMnsObexClient.shutdown();
175 mMasInstances.valueAt(i).shutdown();
189 /* Only one SHUTDOWN message expected to closeService.
190 * Hence, quit looper and Handler on first SHUTDOWN message*/
297 /* Shutdown the MNS client - currently must happen before MAS close */
299 mBluetoothMnsObexClient.shutdown();
381 case SHUTDOWN:
687 masInst.shutdown();
798 mAppObserver.shutdown();
    [all...]
  /external/syslinux/gpxe/src/core/
pcmcia.c 262 driver[pccsock[i].drivernum].f(SHUTDOWN,pccsock[i].internalid,0,0,0);
264 printf("Shutdown of PCMCIA subsystem completed");
i82365.c 600 case SHUTDOWN:
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 153 SHUTDOWN,
threads.cpp 446 /// @returns true if worker thread should shutdown
533 else if (pWork->type == SHUTDOWN)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 150 private static final int SHUTDOWN = 4;
452 mServerSockets.shutdown(false);
560 * shutdown.When the remote disconnect,this thread shall run again waiting
662 void shutdown() { method in class:BluetoothPbapService.SocketAcceptThread
729 case SHUTDOWN:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 51 private static final int SHUTDOWN = 3;
220 mAcceptThread.shutdown();
295 * shutdown.When the remote disconnect,this thread shall run again waiting
382 void shutdown() { method in class:SapService.SocketAcceptThread
443 case SHUTDOWN:
658 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget();
666 } // Can only be null during shutdown
    [all...]
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 22 import static android.Manifest.permission.SHUTDOWN;
1209 public void shutdown() { method in class:NetworkManagementService
    [all...]

Completed in 975 milliseconds

1 2 3