| iMatix home page | << | < | > | >> |
SMT Version 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); }
| << | < | > | >> | Copyright © 1996-99 iMatix Corporation |