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

  /art/runtime/
scoped_thread_state_change-inl.h 59 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); local
60 CHECK(shutting_down);
  /external/webrtc/webrtc/base/
event_tracer.cc 109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); local
132 if (shutting_down)
  /system/vold/
VolumeManager.h 74 static bool shutting_down; member in class:VolumeManager
VolumeManager.cpp 92 bool VolumeManager::shutting_down = false; member in class:VolumeManager
714 shutting_down = true;
721 shutting_down = false;
    [all...]
  /external/libevent/
listener.c 97 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
765 if (! lev_iocp->shutting_down) {
766 lev_iocp->shutting_down = 1;
  /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...]
  /system/core/init/
init.cpp 98 static bool shutting_down; member in namespace:android::init
    [all...]

Completed in 403 milliseconds