50int Trying(
int nID,
int Lvl);
59void Redrive(
int nID) {tmInfo[nID].Status =
Active;
60 tmInfo[nID].theSem.Post();
63void Pause(
int nID) {tmInfo[nID].Status =
Waiting;
66 tmInfo[nID].theSem.Wait();
78 TreeInfo() : theSem(0), nodeP(0), Status(
None), Level(0) {};