| iMatix home page | << | < | > | >> |
SMT Version 2.81 |
#include "smtlib.h" int smt_exec_full (void)
Executes the current set of threads until there are no more active threads left, or events to deliver. At this point we say that the application has 'halted'. Returns 0.
{ #if (defined (SMT_TRACE)) trace ("smt_exec_full"); #endif while (smt exec step ()); return (0); }
| << | < | > | >> | Copyright © 1996-99 iMatix Corporation |