|
| iMatix home page | << | < | > | >> |
SMTVersion 2.81 |
#include "smtlib.h" Bool smt_active (void)
Returns TRUE if the SMT has active threads, else false.
{
#if (defined (SMT_TRACE))
trace ("smt_active: %d", (active_threads.right != &active_threads));
#endif
return (active_threads.right != &active_threads);
}
| | << | < | > | >> |
|