HomeSort by relevance Sort by last modified time
    Searched full:shutting_down (Results 1 - 17 of 17) sorted by null

  /art/runtime/
scoped_thread_state_change-inl.h 61 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); local
62 CHECK(shutting_down);
  /external/webrtc/webrtc/base/
event_tracer.cc 109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); local
132 if (shutting_down)
  /external/valgrind/coregrind/
vgdb.c 77 Bool shutting_down = False; variable
202 /* This function loops till shutting_down becomes true. In this loop,
226 while (!shutting_down) {
442 shutting_down = True;
466 shutting_down = True;
676 shutting_down = True;
679 shutting_down = True;
861 (shutting_down ?
869 shutting_down = True;
879 shutting_down = True
    [all...]
vgdb.h 74 extern Bool shutting_down;
vgdb-invoker-ptrace.c 273 shutting_down = True;
    [all...]
  /system/core/init/
init.cpp 87 static bool shutting_down; member in namespace:android::init
753 if (do_shutdown && !shutting_down) {
756 shutting_down = true;
764 if (!shutting_down) {
  /external/libevent/
listener.c 99 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
769 if (! lev_iocp->shutting_down) {
770 lev_iocp->shutting_down = 1;
  /external/python/cpython3/Lib/concurrent/futures/
process.py 246 def shutting_down(): function in function:_queue_management_worker
300 assert shutting_down()
322 if shutting_down():
  /frameworks/base/core/proto/android/server/
activitymanagerservice.proto 688 optional bool shutting_down = 4;
    [all...]
  /system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libarttestd.so 
libart.so 
libartd.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_x86/
libarttestd.so 
libartd.so 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/
aws-java-sdk-emr-1.11.18.jar 
  /system/core/libbacktrace/testdata/arm/
libart.so 
  /system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libart.so 

Completed in 647 milliseconds