Home
last modified time | relevance | path

Searched refs:VGThread_isActive (Results 1 – 3 of 3) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dbytecode.h662 #define VGThread_isActive(t) ((t)->t_state == TS_ACTIVE) macro
H A Dbytecode.c1426 if (--thread->t_numChild == 0 && !VGThread_isActive(thread)) { in VGThread_childEndNotify()
1461 while (VGThread_isActive(thread)) { in VGThread_exec()
H A Dcircuit.c1410 int wasActive = VGThread_isActive(t); in Circuit_enableDynamicModule()
1413 if (VGThread_isActive(t) && !wasActive) in Circuit_enableDynamicModule()