HomeSort by relevance Sort by last modified time
    Searched refs:do_shutdown (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 156 void do_shutdown ( struct api_msg_msg *msg);
  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 147 static void do_shutdown() { function
163 atexit(do_shutdown); // Call llvm_shutdown() on exit.
  /system/core/init/
init.cpp 89 static bool do_shutdown = false; member in namespace:android::init
182 do_shutdown = true;
753 if (do_shutdown && !shutting_down) {
754 do_shutdown = false;
  /external/sonivox/jet_tools/JetCreator/
eas.py 591 self.do_shutdown = True
597 self.do_shutdown = False
631 if self.do_shutdown:
    [all...]

Completed in 123 milliseconds