OmniSciDB
a5dc49c757
|
Functions | |
void | calcite_shutdown_handler () noexcept |
void | setup_signal_handler () |
Variables | |
std::shared_ptr< Calcite > | g_calcite = nullptr |
|
noexcept |
Definition at line 67 of file QueryRunner.cpp.
Referenced by QueryRunner::QueryRunner::QueryRunner(), QueryRunner::QueryRunner::reset(), and setup_signal_handler().
void anonymous_namespace{QueryRunner.cpp}::setup_signal_handler | ( | ) |
Definition at line 74 of file QueryRunner.cpp.
References TestProcessSignalHandler::addShutdownCallback(), calcite_shutdown_handler(), and TestProcessSignalHandler::registerSignalHandler().
Referenced by QueryRunner::QueryRunner::QueryRunner().
std::shared_ptr<Calcite> anonymous_namespace{QueryRunner.cpp}::g_calcite = nullptr |
Definition at line 65 of file QueryRunner.cpp.
Referenced by QueryRunner::QueryRunner::getCalcite(), and QueryRunner::QueryRunner::QueryRunner().