Home
last modified time | relevance | path

Searched refs:t_numChild (Results 1 – 2 of 2) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dbytecode.c1377 thread->t_numChild = 0; in VGThread_init()
1414 parent->t_numChild++; in VGThread_spawn()
1426 if (--thread->t_numChild == 0 && !VGThread_isActive(thread)) { in VGThread_childEndNotify()
H A Dbytecode.h106 int t_numChild; /* Number of running child tasks */ member