|
| iMatix home page | << | < | > | >> |
SMTVersion 2.81 |
#include "smtlib.h" void smt_shutdown (void)
Ends the current SMT application. Use this if you detect a fatal error in a thread. Sends a SHUTDOWN event to every thread, so halting the application.
{
signal_raised = TRUE; /* Signal user shutdown signal */
signal_value = SMT_SIGNAL_USER; /* Kernel takes it from here */
}
| | << | < | > | >> |
|