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

  /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;

Completed in 95 milliseconds