| iMatix home page
| << | < | > | >>
SMT Logo SMT
Version 2.81

 

smt_shutdown

#include "smtlib.h"
void
smt_shutdown (void)

Synopsis

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.

Source Code - (smtlib.c)

{
    signal_raised = TRUE;               /*  Signal user shutdown signal      */
    signal_value  = SMT_SIGNAL_USER;    /*  Kernel takes it from here        */
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation