Home
last modified time | relevance | path

Searched refs:do_shutdown (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp147 static void do_shutdown() { in do_shutdown() function
163 atexit(do_shutdown); // Call llvm_shutdown() on exit. in main()
/external/sonivox/jet_tools/JetCreator/
Deas.py591 self.do_shutdown = True
597 self.do_shutdown = False
631 if self.do_shutdown:
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c59 static void do_shutdown(int argc, char **argv, const struct cmd_desc *cmd) in do_shutdown() function